[llvm-branch-commits] [clang-tools-extra] [clang-tidy][docs] Rewrite short check docs to Markdown (PR #210467)
Zeyi Xu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Jul 19 22:06:41 PDT 2026
================
@@ -1,8 +1,9 @@
-.. title:: clang-tidy - cppcoreguidelines-macro-to-enum
+```{title} clang-tidy - cppcoreguidelines-macro-to-enum
+```
-cppcoreguidelines-macro-to-enum
-===============================
+# cppcoreguidelines-macro-to-enum
The `cppcoreguidelines-macro-to-enum` check is an alias, please see
-:doc:`modernize-macro-to-enum <../modernize/macro-to-enum>`
+{doc}`modernize-macro-to-enum <../modernize/macro-to-enum>`
for more information.
+
----------------
zeyi2 wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/210467
More information about the llvm-branch-commits
mailing list