forked from OSchip/llvm-project
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:
parent
18a6d793e7
commit
1cc2203286
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue