Timo Juhani Lindfors
2009-Nov-18 19:16 UTC
[LLVMdev] [PATCH] include/llvm/Support/MemoryBuffer.h: remove spurious @verbatim
Hi, http://llvm.org/doxygen/classllvm_1_1MemoryBuffer.html shows "the file, and that this character will read as '\0'. " as a "verbatim text" box. This looks ugly and is probably a mistake. The attached patch removes this extra @verbatim ... @endverbatim from comments. -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-memory-buffer-doc1.patch Type: text/x-diff Size: 741 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091118/9af5dbf1/attachment.patch>
Jeffrey Yasskin
2009-Nov-18 22:06 UTC
[LLVMdev] [PATCH] include/llvm/Support/MemoryBuffer.h: remove spurious @verbatim
Thanks! Committed as r89252: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20091116/091359.html On Wed, Nov 18, 2009 at 11:16 AM, Timo Juhani Lindfors <timo.lindfors at iki.fi> wrote:> Hi, > > http://llvm.org/doxygen/classllvm_1_1MemoryBuffer.html > > shows > > "the file, and that this character will read as '\0'. " > > as a "verbatim text" box. This looks ugly and is probably a > mistake. The attached patch removes this extra @verbatim > ... @endverbatim from comments. > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >