diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 21:28:23 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 21:28:23 +0000 |
commit | 88b71e4121b2e0512c2dd9ef1085448dfd73737d (patch) | |
tree | 1d1677b7b11a6ab14ad1a44a2e0b85be5781b396 /clang/lib/Basic/SourceManager.cpp | |
parent | 0d8a3f8fb1b5378b6b6b112cd03fabfd6fb6388d (diff) | |
download | llvm-88b71e4121b2e0512c2dd9ef1085448dfd73737d.zip llvm-88b71e4121b2e0512c2dd9ef1085448dfd73737d.tar.gz llvm-88b71e4121b2e0512c2dd9ef1085448dfd73737d.tar.bz2 |
Documentation cleanup: escape # in a Doxygen comment.
llvm-svn: 158549
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r-- | clang/lib/Basic/SourceManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp index bf233fa..8c8f636 100644 --- a/clang/lib/Basic/SourceManager.cpp +++ b/clang/lib/Basic/SourceManager.cpp @@ -189,7 +189,7 @@ unsigned LineTableInfo::getLineTableFilenameID(StringRef Name) { } /// AddLineNote - Add a line note to the line table that indicates that there -/// is a #line at the specified FID/Offset location which changes the presumed +/// is a \#line at the specified FID/Offset location which changes the presumed /// location to LineNo/FilenameID. void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, unsigned LineNo, int FilenameID) { |