MC: Tidy up comments and clean up formatting a bit. NFC.
[oota-llvm.git] / include / llvm / MC / MCAsmLayout.h
index 8b012be46c9015fc166c3bfdad7bc483e1afce38..fbbb33ca20aed2ba18e047912f5701b3a952c556 100644 (file)
@@ -66,7 +66,7 @@ public:
   /// been initialized.
   void layoutFragment(MCFragment *Fragment);
 
-  /// @name Section Access (in layout order)
+  /// \name Section Access (in layout order)
   /// @{
 
   llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() {
@@ -77,14 +77,14 @@ public:
   }
 
   /// @}
-  /// @name Fragment Layout Data
+  /// \name Fragment Layout Data
   /// @{
 
   /// \brief Get the offset of the given fragment inside its containing section.
   uint64_t getFragmentOffset(const MCFragment *F) const;
 
   /// @}
-  /// @name Utility Functions
+  /// \name Utility Functions
   /// @{
 
   /// \brief Get the address space size of the given section, as it effects
@@ -98,7 +98,7 @@ public:
 
   /// \brief Get the offset of the given symbol, as computed in the current
   /// layout.
-  /// \result True on success.
+  /// \return True on success.
   bool getSymbolOffset(const MCSymbolData *SD, uint64_t &Val) const;
 
   /// \brief Variant that reports a fatal error if the offset is not computable.