Author: Baranov Victor Date: 2025-11-04T22:32:43+03:00 New Revision: a99e13271e25269f0feb7b256676594d315fa381
URL: https://github.com/llvm/llvm-project/commit/a99e13271e25269f0feb7b256676594d315fa381 DIFF: https://github.com/llvm/llvm-project/commit/a99e13271e25269f0feb7b256676594d315fa381.diff LOG: [Docs][clang-tools-extra] Convert maintainers list to .rst format (#165171) [Clang maintainers list](https://github.com/llvm/llvm-project/blob/main/clang/Maintainers.rst) is already in `.rst` format, which gives nice visuals. I think we should convert clang-tools-extra maintainers too to `.rst`. Added: clang-tools-extra/Maintainers.rst clang-tools-extra/docs/Maintainers.rst Modified: clang-tools-extra/docs/index.rst Removed: clang-tools-extra/Maintainers.txt ################################################################################ diff --git a/clang-tools-extra/Maintainers.txt b/clang-tools-extra/Maintainers.rst similarity index 91% rename from clang-tools-extra/Maintainers.txt rename to clang-tools-extra/Maintainers.rst index 43dfd48ad1f57..2603ebadf529c 100644 --- a/clang-tools-extra/Maintainers.txt +++ b/clang-tools-extra/Maintainers.rst @@ -2,9 +2,13 @@ Clang Tools Extra Maintainers ============================= -This file is a list of the maintainers -(https://llvm.org/docs/DeveloperPolicy.html#maintainers) for clang-tools-extra. +This file is a list of the +`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_ +for `Extra Clang Tools <https://clang.llvm.org/extra/index.html>`_ project. +.. contents:: + :depth: 2 + :local: Active Maintainers ================== diff --git a/clang-tools-extra/docs/Maintainers.rst b/clang-tools-extra/docs/Maintainers.rst new file mode 100644 index 0000000000000..f78e9ecf279a6 --- /dev/null +++ b/clang-tools-extra/docs/Maintainers.rst @@ -0,0 +1 @@ +.. include:: ../Maintainers.rst \ No newline at end of file diff --git a/clang-tools-extra/docs/index.rst b/clang-tools-extra/docs/index.rst index 3f3a99d1b70c6..eba4a2cdbc558 100644 --- a/clang-tools-extra/docs/index.rst +++ b/clang-tools-extra/docs/index.rst @@ -22,6 +22,7 @@ Contents pp-trace clangd <https://clangd.llvm.org/> clang-doc + Maintainers Doxygen Documentation _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
