Documentation cleanup: escape # in a Doxygen comment.

llvm-svn: 158549
This commit is contained in:
James Dennett 2012-06-15 21:28:23 +00:00
parent 0d8a3f8fb1
commit 88b71e4121
1 changed files with 1 additions and 1 deletions

View 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) {