Documentation cleanup: added \verbatim...\verbatim markup to fix the

formatting of Doxygen's output for StringLiteralParser::StringLiteralParser.

llvm-svn: 158616
This commit is contained in:
James Dennett 2012-06-17 03:34:42 +00:00
parent 18a6d793e7
commit 1cc2203286
1 changed files with 2 additions and 0 deletions

View 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,