[clang] [clang][docs] Add all clang-tools-extra (PR #148622)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 15 07:10:44 PDT 2025
================
@@ -89,14 +89,53 @@ they'll be tracked here. The focus of this documentation is on the scope
and features of the tools for other tool developers; each tool should
provide its own user-focused documentation.
-``clang-tidy``
+``Clang-Doc``
+-------------
+
+`clang-doc <https://clang.llvm.org/extra/clang-doc.html>`_ is a tool for
----------------
EugeneZelenko wrote:
> I was following similar syntax to their internal docs. For e.g., in this [page](https://clang.llvm.org/extra/clang-tidy/), the title (`Clang-Tidy`) has first letters capitalized, but inside the paragraph the tool is referenced with all small letters (`clang-tidy`).
>
> I can change it here if that makes more sense.
It uses different syntax. See https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/docs/clang-tidy/index.rst.
https://github.com/llvm/llvm-project/pull/148622
More information about the cfe-commits
mailing list