MC: Tidy up comments and clean up formatting a bit. NFC.
[oota-llvm.git] / include / llvm / MC / MCSymbol.h
index 67b645ad95cdac3675350df4daf8d7068f822f5b..413945d0bfb12817580c853e9a248a9a2e4e8d3c 100644 (file)
@@ -80,7 +80,7 @@ namespace llvm {
     /// getName - Get the symbol name.
     StringRef getName() const { return Name; }
 
-    /// @name Accessors
+    /// \name Accessors
     /// @{
 
     /// isTemporary - Check if this is an assembler temporary symbol.
@@ -104,7 +104,7 @@ namespace llvm {
     }
 
     /// @}
-    /// @name Associated Sections
+    /// \name Associated Sections
     /// @{
 
     /// isDefined - Check if this symbol is defined (i.e., it has an address).
@@ -149,7 +149,7 @@ namespace llvm {
     }
 
     /// @}
-    /// @name Variable Symbols
+    /// \name Variable Symbols
     /// @{
 
     /// isVariable - Check if this is a variable symbol.