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 | 7285a06a0655ed93e313305182f67edb73890247 (patch) | |
tree | 795f01c74d0f5bfbd0af310c9277aef28d847e6f /lib/Basic/SourceManager.cpp | |
parent | 6557d1304c84233edd854288d4f80b987ad10ed9 (diff) | |
download | clang-7285a06a0655ed93e313305182f67edb73890247.tar.gz |
Documentation cleanup: escape # in a Doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/SourceManager.cpp')
-rw-r--r-- | lib/Basic/SourceManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/SourceManager.cpp b/lib/Basic/SourceManager.cpp index bf233fa1cc..8c8f636327 100644 --- a/lib/Basic/SourceManager.cpp +++ b/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) { |