Remove spurious @verbatim. Patch by Timo Juhani Lindfors!
authorJeffrey Yasskin <jyasskin@google.com>
Wed, 18 Nov 2009 22:04:44 +0000 (22:04 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Wed, 18 Nov 2009 22:04:44 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89252 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/MemoryBuffer.h

index 95d0d3d6e8234c89fe79d77d6fac714a75addd70..65c7167318a9b9d03315b48541d14260bfc93181 100644 (file)
@@ -24,7 +24,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
-/// @verbatim the file, and that this character will read as '\0'. @endverbatim
+/// the file, and that this character will read as '\0'.
 class MemoryBuffer {
   const char *BufferStart; // Start of the buffer.
   const char *BufferEnd;   // End of the buffer.