From 7b02efbed2ba2403a01e34ab8b8571f65ba3075b Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Wed, 4 Nov 2015 19:40:05 +0000 Subject: [PATCH] Fixed header levels. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252068 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ClangTools.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ClangTools.rst b/docs/ClangTools.rst index 946db1f7d2..540deb39de 100644 --- a/docs/ClangTools.rst +++ b/docs/ClangTools.rst @@ -82,7 +82,7 @@ fixit-hints offered by clang. See :doc:`HowToSetupToolingForLLVM` for instructions on how to setup and used `clang-check`. ``clang-format`` -~~~~~~~~~~~~~~~~ +---------------- Clang-format is both a :doc:`library ` and a :doc:`stand-alone tool ` 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 provide its own user-focused documentation. ``clang-tidy`` -~~~~~~~~~~~~~~ +-------------- `clang-tidy ` is a clang-based C++ linter tool. It provides an extensible framework for building compiler-based -- 2.50.1