]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape # in a Doxygen comment.
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 21:28:23 +0000 (21:28 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 21:28:23 +0000 (21:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158549 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/SourceManager.cpp

index bf233fa1cc5eee8f96a5a93d3ea8774c8eaf0bac..8c8f6363279729afb96352f61394385fa00ec402 100644 (file)
@@ -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) {