[cfe-commits] r158616 - /cfe/trunk/lib/Lex/LiteralSupport.cpp

James Dennett jdennett at google.com
Sat Jun 16 20:34:42 PDT 2012


Author: jdennett
Date: Sat Jun 16 22:34:42 2012
New Revision: 158616

URL: http://llvm.org/viewvc/llvm-project?rev=158616&view=rev
Log:
Documentation cleanup: added \verbatim...\verbatim markup to fix the
formatting of Doxygen's output for StringLiteralParser::StringLiteralParser.

Modified:
    cfe/trunk/lib/Lex/LiteralSupport.cpp

Modified: cfe/trunk/lib/Lex/LiteralSupport.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/LiteralSupport.cpp?rev=158616&r1=158615&r2=158616&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/LiteralSupport.cpp (original)
+++ cfe/trunk/lib/Lex/LiteralSupport.cpp Sat Jun 16 22:34:42 2012
@@ -789,6 +789,7 @@
 }
 
 
+/// \verbatim
 ///       user-defined-character-literal: [C++11 lex.ext]
 ///         character-literal ud-suffix
 ///       ud-suffix:
@@ -824,6 +825,7 @@
 ///         \U hex-quad hex-quad
 ///       hex-quad:
 ///         hex-digit hex-digit hex-digit hex-digit
+/// \endverbatim
 ///
 CharLiteralParser::CharLiteralParser(const char *begin, const char *end,
                                      SourceLocation Loc, Preprocessor &PP,





More information about the cfe-commits mailing list