forked from OSchip/llvm-project
Documentation cleanup: escape # characters in Doxygen comments as needed.
llvm-svn: 158970
This commit is contained in:
parent
a4cfa38429
commit
1244a0d632
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue