Fix minor doxygen nits.
[oota-llvm.git] / include / llvm / Support / Mangler.h
index b6f9839fab2ef9a9f035cd552ddd441bc91b74cd..1cbc13c45f366f4bb0e08ecbd743bb063ca5ae65 100644 (file)
@@ -71,7 +71,7 @@ public:
   void setUseQuotes(bool Val) { UseQuotes = Val; }
   
   /// setPreserveAsmNames - If the mangler should not strip off the asm name
-  /// identifier (\001), this should be set.
+  /// @verbatim identifier (\001), this should be set. @endverbatim
   void setPreserveAsmNames(bool Val) { PreserveAsmNames = Val; }
   
   /// Acceptable Characters - This allows the target to specify which characters