Skip to content

Commit ce73177

Browse files
committed
Fix clang Attribute doc build
This fixes the clang attributes documentation build.
1 parent 4d5079c commit ce73177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7063,6 +7063,7 @@ The full documentation is available here: https://learn.microsoft.com/en-us/wind
70637063

70647064
def HLSLParamQualifierDocs : Documentation {
70657065
let Category = DocCatVariable;
7066+
let Heading = "HLSL Parameter Modifiers";
70667067
let Content = [{
70677068
HLSL function parameters are passed by value. Parameter declarations support
70687069
three qualifiers to denote parameter passing behavior. The three qualifiers are

0 commit comments

Comments
 (0)