[llvm-branch-commits] [clang] [clang][docs] Rewrite 20 selected Clang docs from reST to Markdown (PR #208310)

Reid Kleckner via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 9 08:07:01 PDT 2026


================
@@ -1,19 +1,22 @@
-.. title:: Clang HLSL Documentation
+```{title} Clang HLSL Documentation
+```
----------------
rnk wrote:

I'll go ahead and apply the edit, but I'm pretty sure this will add a new H1 heading, so this will change the generated HTML. The `title` block controls the HTML <title> tag content. I suspect the title normally comes from the first H1 tag if no title is present.

Anyway, feel free to apply follow up fixes as needed.

https://github.com/llvm/llvm-project/pull/208310


More information about the llvm-branch-commits mailing list