From: Aaron Ballman Date: Wed, 20 Mar 2019 11:58:38 +0000 (+0000) Subject: Correct this attribute group documentation to have a heading, which fixes the docs... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74d4f018f420632345b3c9fdd5e24ee5b118a29c;p=clang Correct this attribute group documentation to have a heading, which fixes the docs builder. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356551 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 4c87f0c62b..663eb4a97a 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -606,6 +606,7 @@ Query for this feature with ``__has_attribute(diagnose_if)``. def PassObjectSizeDocs : Documentation { let Category = DocCatVariable; // Technically it's a parameter doc, but eh. + let Heading = "pass_object_size, pass_dynamic_object_size"; let Content = [{ .. Note:: The mangling of functions with parameters that are annotated with ``pass_object_size`` is subject to change. You can get around this by