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)
llvm-svn: 170569

llvm/include/llvm/Attributes.h

index a6297e0..eda2744 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;
 };