Documentation cleanup: escape # characters in Doxygen comments as needed.

llvm-svn: 158970
This commit is contained in:
James Dennett 2012-06-22 05:36:05 +00:00
parent a4cfa38429
commit 1244a0d632
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ PPCallbacks::~PPCallbacks() {}
//===----------------------------------------------------------------------===//
/// isInPrimaryFile - Return true if we're in the top-level file, not in a
/// #include. This looks through macro expansions and active _Pragma lexers.
/// \#include. This looks through macro expansions and active _Pragma lexers.
bool Preprocessor::isInPrimaryFile() const {
if (IsFileLexer())
return IncludeMacroStack.empty();