]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: added \verbatim...\verbatim markup to fix the
authorJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:34:42 +0000 (03:34 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:34:42 +0000 (03:34 +0000)
formatting of Doxygen's output for StringLiteralParser::StringLiteralParser.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158616 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/LiteralSupport.cpp

index 9b0bc70345420b6a47469a66b2f0966733618938..ef2cf0e1537c9ac9695d620692bf754e9bad0b35 100644 (file)
@@ -789,6 +789,7 @@ NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
 }
 
 
+/// \verbatim
 ///       user-defined-character-literal: [C++11 lex.ext]
 ///         character-literal ud-suffix
 ///       ud-suffix:
@@ -824,6 +825,7 @@ NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
 ///         \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,