forked from OSchip/llvm-project
Documentation cleanup: escape # in a Doxygen comment.
llvm-svn: 158549
This commit is contained in:
parent
0d8a3f8fb1
commit
88b71e4121
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue