diff options
author | Sean Silva <silvas@purdue.edu> | 2013-01-07 21:46:47 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-01-07 21:46:47 +0000 |
commit | 9987ce279d2dc1aa79da047b919091c984d6485c (patch) | |
tree | afa7cb51d3b2aa80efb162e4c4d9d2a6c72d5b41 | |
parent | 7ce3170f2d105a029a833ff3a3424307e5050fd7 (diff) |
docs: Fix inconsistent titles.
Sphinx was whining about this.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171796 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ClangTools.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ClangTools.rst b/docs/ClangTools.rst index ff47b99063..3839e703db 100644 --- a/docs/ClangTools.rst +++ b/docs/ClangTools.rst @@ -71,7 +71,7 @@ tools that very specifically compliment, and allow use and testing of *Clang* specific functionality. ``clang-check`` -~~~~~~~~~~~~~~~ +--------------- This tool combines the LibTooling framework for running a Clang tool with the basic Clang diagnostics by syntax checking specific files in a |