[clang-tools-extra] [clang-tidy][doc] align the title style in clang-tidy/index.rst (PR #119938)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 13 16:10:34 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-tools-extra
Author: Congcong Cai (HerrCai0907)
<details>
<summary>Changes</summary>
Uppercase each word in title and toctree
_Originally posted by @<!-- -->nicovank in https://github.com/llvm/llvm-project/pull/119842#discussion_r1884559775_.
---
Full diff: https://github.com/llvm/llvm-project/pull/119938.diff
1 Files Affected:
- (modified) clang-tools-extra/docs/clang-tidy/index.rst (+2-2)
``````````diff
diff --git a/clang-tools-extra/docs/clang-tidy/index.rst b/clang-tools-extra/docs/clang-tidy/index.rst
index a4233d5d8e2694..26f11426c1dc4d 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>
+ The 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
``````````
</details>
https://github.com/llvm/llvm-project/pull/119938
More information about the cfe-commits
mailing list