From: Aaron Ballman Date: Fri, 30 May 2014 12:57:13 +0000 (+0000) Subject: Setting a heading for the section/allocate attribute so that the attribute documentat... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc10c41f5098d2573b21337301ce7c6a7fa269c1;p=clang Setting a heading for the section/allocate attribute so that the attribute documentation can be properly generated. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209890 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 6195960d19..7441fe5cfe 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -33,6 +33,7 @@ def SectionDocs : Documentation { The ``section`` attribute allows you to specify a specific section a global variable or function should be in after translation. }]; + let Heading = "section (gnu::section, __declspec(allocate))"; } def TLSModelDocs : Documentation {