From 3e9ef05a68f81c104411add326cf97aecbfa4b4b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 7 May 2015 10:18:56 +0000 Subject: [PATCH] Attributes.h: Fix incorrect \brief introduced in r236666. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236712 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/IR/Attributes.h b/include/llvm/IR/Attributes.h index 24fae1847d8..86af13f864f 100644 --- a/include/llvm/IR/Attributes.h +++ b/include/llvm/IR/Attributes.h @@ -477,7 +477,7 @@ public: /// \brief Remove the attributes from the builder. AttrBuilder &remove(const AttrBuilder &B); - /// \brief \brief Return true if the builder has any attribute that's in the + /// \brief Return true if the builder has any attribute that's in the /// specified builder. bool overlaps(const AttrBuilder &B) const; -- 2.34.1