[cfe-commits] r158549 - /cfe/trunk/lib/Basic/SourceManager.cpp

James Dennett jdennett at google.com
Fri Jun 15 14:28:23 PDT 2012


Author: jdennett
Date: Fri Jun 15 16:28:23 2012
New Revision: 158549

URL: http://llvm.org/viewvc/llvm-project?rev=158549&view=rev
Log:
Documentation cleanup: escape # in a Doxygen comment.

Modified:
    cfe/trunk/lib/Basic/SourceManager.cpp

Modified: cfe/trunk/lib/Basic/SourceManager.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/SourceManager.cpp?rev=158549&r1=158548&r2=158549&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/SourceManager.cpp (original)
+++ cfe/trunk/lib/Basic/SourceManager.cpp Fri Jun 15 16:28:23 2012
@@ -189,7 +189,7 @@
 }
 
 /// 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) {





More information about the cfe-commits mailing list