diff options
author | James Dennett <jdennett@google.com> | 2012-06-17 03:34:42 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-17 03:34:42 +0000 |
commit | 1cc2203286c2f76fb951ea12d784d5f0525f5cd7 (patch) | |
tree | 00a58bf041c8c2f7e3570af3089604cba411f516 /clang | |
parent | 18a6d793e75d5aae24b93ecad74ed34b4d31bc29 (diff) | |
download | bcm5719-llvm-1cc2203286c2f76fb951ea12d784d5f0525f5cd7.tar.gz bcm5719-llvm-1cc2203286c2f76fb951ea12d784d5f0525f5cd7.zip |
Documentation cleanup: added \verbatim...\verbatim markup to fix the
formatting of Doxygen's output for StringLiteralParser::StringLiteralParser.
llvm-svn: 158616
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/Lex/LiteralSupport.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Lex/LiteralSupport.cpp b/clang/lib/Lex/LiteralSupport.cpp index 9b0bc703454..ef2cf0e1537 100644 --- a/clang/lib/Lex/LiteralSupport.cpp +++ b/clang/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, |