[clang-tools-extra] 2291e5a - [clang-tidy][doc] align the title style in clang-tidy/index.rst (#119938)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 13 22:00:48 PST 2024
Author: Congcong Cai
Date: 2024-12-14T14:00:44+08:00
New Revision: 2291e5aa45dc135a5f908032eb31d19ef3570114
URL: https://github.com/llvm/llvm-project/commit/2291e5aa45dc135a5f908032eb31d19ef3570114
DIFF: https://github.com/llvm/llvm-project/commit/2291e5aa45dc135a5f908032eb31d19ef3570114.diff
LOG: [clang-tidy][doc] align the title style in clang-tidy/index.rst (#119938)
Uppercase each word in title and toctree
_Originally posted by @nicovank in
https://github.com/llvm/llvm-project/pull/119842#discussion_r1884559775_.
---------
Co-authored-by: Nicolas van Kempen <nvankemp at gmail.com>
Added:
Modified:
clang-tools-extra/docs/clang-tidy/index.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/clang-tidy/index.rst b/clang-tools-extra/docs/clang-tidy/index.rst
index a4233d5d8e2694..f053e57e8d4c84 100644
--- a/clang-tools-extra/docs/clang-tidy/index.rst
+++ b/clang-tools-extra/docs/clang-tidy/index.rst
@@ -9,7 +9,7 @@ See also:
.. toctree::
:maxdepth: 1
- The list of clang-tidy checks <checks/list>
+ List of Clang-Tidy Checks <checks/list>
Clang-tidy IDE/Editor Integrations <Integrations>
Getting Involved <Contributing>
External Clang-Tidy Examples <ExternalClang-TidyExamples>
@@ -21,7 +21,7 @@ static analysis. :program:`clang-tidy` is modular and provides a convenient
interface for writing new checks.
-Using clang-tidy
+Using Clang-Tidy
================
:program:`clang-tidy` is a `LibTooling`_-based tool, and it's easier to work
More information about the cfe-commits
mailing list