Skip to content

Commit 16ad345

Browse files
committed
[clang-tidy][doc] align the title style in clang-tidy/index.rst
Uppercase each word in title and toctree _Originally posted by @nicovank in llvm#119842 (comment).
1 parent 1cc7119 commit 16ad345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See also:
99
.. toctree::
1010
:maxdepth: 1
1111

12-
The list of clang-tidy checks <checks/list>
12+
The List of Clang-Tidy Checks <checks/list>
1313
Clang-tidy IDE/Editor Integrations <Integrations>
1414
Getting Involved <Contributing>
1515
External Clang-Tidy Examples <ExternalClang-TidyExamples>
@@ -21,7 +21,7 @@ static analysis. :program:`clang-tidy` is modular and provides a convenient
2121
interface for writing new checks.
2222

2323

24-
Using clang-tidy
24+
Using Clang-Tidy
2525
================
2626

2727
:program:`clang-tidy` is a `LibTooling`_-based tool, and it's easier to work

0 commit comments

Comments
 (0)