[clang-tools-extra] [clang-tidy][doc] align the title style in clang-tidy/index.rst (PR #119938)
Congcong Cai via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 13 21:52:15 PST 2024
https://github.com/HerrCai0907 updated https://github.com/llvm/llvm-project/pull/119938
>From 16ad345cbb84f4d58a0d2c64734d92de9e4efb56 Mon Sep 17 00:00:00 2001
From: Congcong Cai <congcongcai0907 at 163.com>
Date: Sat, 14 Dec 2024 08:09:40 +0800
Subject: [PATCH 1/2] [clang-tidy][doc] align the title style in
clang-tidy/index.rst
Uppercase each word in title and toctree
_Originally posted by @nicovank in https://github.com/llvm/llvm-project/pull/119842#discussion_r1884559775_.
---
clang-tools-extra/docs/clang-tidy/index.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
>From 70902c3cf2693e5691c4574979308d4b4725cffa Mon Sep 17 00:00:00 2001
From: Congcong Cai <congcongcai0907 at 163.com>
Date: Sat, 14 Dec 2024 13:52:08 +0800
Subject: [PATCH 2/2] Update clang-tools-extra/docs/clang-tidy/index.rst
Co-authored-by: Nicolas van Kempen <nvankemp at gmail.com>
---
clang-tools-extra/docs/clang-tidy/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clang-tools-extra/docs/clang-tidy/index.rst b/clang-tools-extra/docs/clang-tidy/index.rst
index 26f11426c1dc4d..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>
More information about the cfe-commits
mailing list