Skip to content

Commit 7b02efb

Browse files
committed
Fixed header levels.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252068 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent e32ede1 commit 7b02efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ClangTools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fixit-hints offered by clang. See :doc:`HowToSetupToolingForLLVM` for
8282
instructions on how to setup and used `clang-check`.
8383

8484
``clang-format``
85-
~~~~~~~~~~~~~~~~
85+
----------------
8686

8787
Clang-format is both a :doc:`library <LibFormat>` and a :doc:`stand-alone tool
8888
<ClangFormat>` with the goal of automatically reformatting C++ sources files
@@ -103,7 +103,7 @@ and features of the tools for other tool developers; each tool should
103103
provide its own user-focused documentation.
104104

105105
``clang-tidy``
106-
~~~~~~~~~~~~~~
106+
--------------
107107

108108
`clang-tidy <http://clang.llvm.org/extra/clang-tidy/>` is a clang-based C++
109109
linter tool. It provides an extensible framework for building compiler-based

0 commit comments

Comments
 (0)