r252068 - Fixed header levels.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 4 11:40:05 PST 2015
Author: alexfh
Date: Wed Nov 4 13:40:05 2015
New Revision: 252068
URL: http://llvm.org/viewvc/llvm-project?rev=252068&view=rev
Log:
Fixed header levels.
Modified:
cfe/trunk/docs/ClangTools.rst
Modified: cfe/trunk/docs/ClangTools.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangTools.rst?rev=252068&r1=252067&r2=252068&view=diff
==============================================================================
--- cfe/trunk/docs/ClangTools.rst (original)
+++ cfe/trunk/docs/ClangTools.rst Wed Nov 4 13:40:05 2015
@@ -82,7 +82,7 @@ fixit-hints offered by clang. See :doc:`
instructions on how to setup and used `clang-check`.
``clang-format``
-~~~~~~~~~~~~~~~~
+----------------
Clang-format is both a :doc:`library <LibFormat>` and a :doc:`stand-alone tool
<ClangFormat>` with the goal of automatically reformatting C++ sources files
@@ -103,7 +103,7 @@ and features of the tools for other tool
provide its own user-focused documentation.
``clang-tidy``
-~~~~~~~~~~~~~~
+--------------
`clang-tidy <http://clang.llvm.org/extra/clang-tidy/>` is a clang-based C++
linter tool. It provides an extensible framework for building compiler-based
More information about the cfe-commits
mailing list