[llvm-commits] [llvm] r89252 - /llvm/trunk/include/llvm/Support/MemoryBuffer.h

Jeffrey Yasskin jyasskin at google.com
Wed Nov 18 14:04:44 PST 2009


Author: jyasskin
Date: Wed Nov 18 16:04:44 2009
New Revision: 89252

URL: http://llvm.org/viewvc/llvm-project?rev=89252&view=rev
Log:
Remove spurious @verbatim.  Patch by Timo Juhani Lindfors!

Modified:
    llvm/trunk/include/llvm/Support/MemoryBuffer.h

Modified: llvm/trunk/include/llvm/Support/MemoryBuffer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/MemoryBuffer.h?rev=89252&r1=89251&r2=89252&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/MemoryBuffer.h (original)
+++ llvm/trunk/include/llvm/Support/MemoryBuffer.h Wed Nov 18 16:04:44 2009
@@ -24,7 +24,7 @@
 /// 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.





More information about the llvm-commits mailing list