summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-09 21:49:28 +0000
committerDaniel Jasper <djasper@google.com>2013-01-09 21:49:28 +0000
commit6d5b57a5c7b05ac092b6a4b9704bea937cc3ba23 (patch)
tree6dec75069c91d63ecf89d7d0a41c131138614a84 /docs/index.rst
parent049c44767370b7257d17a5c32d407f19efa01c6f (diff)
Add documentation for clang-format.
This adds documentation for both LibFormat as well as the standalone tools and integrations built on top of it. It slightly restructures the ClangTools documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 4a20bb9fa6..66906e5aba 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -32,14 +32,24 @@ Using Clang as a Library
Tooling
IntroductionToTheClangAST
LibTooling
+ LibFormat
ClangPlugins
RAVFrontendAction
LibASTMatchersTutorial
LibASTMatchers
- ClangTools
HowToSetupToolingForLLVM
JSONCompilationDatabase
+Using Clang Tools
+=================
+
+.. toctree::
+ :maxdepth: 1
+
+ ClangTools
+ ClangCheck
+ ClangFormat
+
Design Documents
================