From: Aaron Ballman Date: Thu, 10 Mar 2016 13:08:22 +0000 (+0000) Subject: Correcting an attribute documentation generation error by giving the abi_tag attribut... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f516cd77cae3cb51f82a650214b18c41ab43e70;p=clang Correcting an attribute documentation generation error by giving the abi_tag attribute a documentation category. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263109 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 70a2e5b59b..4e80a8db09 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -2160,6 +2160,7 @@ optimizations like C++'s named return value optimization (NRVO). } def AbiTagsDocs : Documentation { + let Category = DocCatFunction; let Content = [{ The ``abi_tag`` attribute can be applied to a function, variable, class or inline namespace declaration to modify the mangled name of the entity. It gives