From: Erich Keane Date: Tue, 24 Oct 2017 16:16:34 +0000 (+0000) Subject: Remove repeated function name in doxygen comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=103c2c8a5c5d847e52d2617f9208355634755847;p=clang Remove repeated function name in doxygen comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316453 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index e85c6c568a..ef0f502a35 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -3540,7 +3540,7 @@ public: return K >= firstRecord && K <= lastRecord; } - /// isMsStruct - Get whether or not this is an ms_struct which can + /// \brief Get whether or not this is an ms_struct which can /// be turned on with an attribute, pragma, or -mms-bitfields /// commandline option. bool isMsStruct(const ASTContext &C) const;