From: James Dennett Date: Sun, 17 Jun 2012 03:34:42 +0000 (+0000) Subject: Documentation cleanup: added \verbatim...\verbatim markup to fix the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58f9ce1664cd4fa67da48679a11df6aed25ce1fc;p=clang Documentation cleanup: added \verbatim...\verbatim markup to fix the 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 --- diff --git a/lib/Lex/LiteralSupport.cpp b/lib/Lex/LiteralSupport.cpp index 9b0bc70345..ef2cf0e153 100644 --- a/lib/Lex/LiteralSupport.cpp +++ b/lib/Lex/LiteralSupport.cpp @@ -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,