summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <chris.bieneman@me.com>2023-11-28 15:30:15 -0600
committerChris Bieneman <chris.bieneman@me.com>2023-11-28 15:30:15 -0600
commitce731770f869e8e61afa2dccb772e8367105a1a6 (patch)
tree26e5618b70d1e7188bf62f2a0740b9e1710cce69
parent4d5079c4dc0ce30ba36315a7c822255cd1eeb9fb (diff)
Fix clang Attribute doc build
This fixes the clang attributes documentation build.
-rw-r--r--clang/include/clang/Basic/AttrDocs.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index af4a6e027502..b7f366c29b77 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -7063,6 +7063,7 @@ The full documentation is available here: https://learn.microsoft.com/en-us/wind
def HLSLParamQualifierDocs : Documentation {
let Category = DocCatVariable;
+ let Heading = "HLSL Parameter Modifiers";
let Content = [{
HLSL function parameters are passed by value. Parameter declarations support
three qualifiers to denote parameter passing behavior. The three qualifiers are