MC: Tidy up comments and clean up formatting a bit. NFC.
[oota-llvm.git] / include / llvm / MC / MCObjectWriter.h
index b490e92c5218ff3d4daec986b20abed1fe015b6b..eaf683a3bd45183aa6fbf98e9699825b5c42de54 100644 (file)
@@ -60,7 +60,7 @@ public:
 
   raw_ostream &getStream() { return OS; }
 
-  /// @name High-Level API
+  /// \name High-Level API
   /// @{
 
   /// \brief Perform any late binding of symbols (for example, to assign symbol
@@ -112,7 +112,7 @@ public:
                            const MCAsmLayout &Layout) = 0;
 
   /// @}
-  /// @name Binary Output
+  /// \name Binary Output
   /// @{
 
   void Write8(uint8_t Value) {