Fix minor doxygen nits.
[oota-llvm.git] / include / llvm / Support / MemoryBuffer.h
index d7e03170e21b9e847ed6d293c54025ecfb4a53b7..bc61c34eb0f8ba2abff264368cb55ad9f24bd0ef 100644 (file)
@@ -23,7 +23,7 @@ namespace llvm {
 /// of memory, and provides simple methods for reading files and standard input
 /// into a memory buffer.  In addition to basic access to the characters in the
 /// file, this interface guarantees you can read one character past the end of
-/// the file, and that this character will read as '\0'.
+/// @verbatim the file, and that this character will read as '\0'. @endverbatim
 class MemoryBuffer {
   const char *BufferStart; // Start of the buffer.
   const char *BufferEnd;   // End of the buffer.