Remove superfluous brief command from getAsString.
authorChad Rosier <mcrosier@apple.com>
Wed, 19 Dec 2012 18:06:44 +0000 (18:06 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 19 Dec 2012 18:06:44 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170569 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Attributes.h

index a6297e0f7f71f47f171038bb7b291cc448e92b0a..eda274407af2019a362bbeb9a29e5d97a9807896 100644 (file)
@@ -142,7 +142,7 @@ public:
 
   /// \brief The set of attributes set in Attribute is converted to a string of
   /// equivalent mnemonics. This is, presumably, for writing out the mnemonics
-  /// for the assembly writer.  @brief Convert attribute bits to text
+  /// for the assembly writer.
   std::string getAsString() const;
 };