diff options
Diffstat (limited to 'tools/libclang/CIndexHigh.cpp')
| -rw-r--r-- | tools/libclang/CIndexHigh.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libclang/CIndexHigh.cpp b/tools/libclang/CIndexHigh.cpp index d4666c2288c9..a9cd2cac42ec 100644 --- a/tools/libclang/CIndexHigh.cpp +++ b/tools/libclang/CIndexHigh.cpp @@ -65,7 +65,7 @@ struct FindFileIdRefVisitData { return cxtu::getASTUnit(TU)->getASTContext(); } - /// \brief We are looking to find all semantically relevant identifiers, + /// We are looking to find all semantically relevant identifiers, /// so the definition of "canonical" here is different than in the AST, e.g. /// /// \code @@ -129,7 +129,7 @@ private: } // end anonymous namespace. -/// \brief For a macro \arg Loc, returns the file spelling location and sets +/// For a macro \arg Loc, returns the file spelling location and sets /// to \arg isMacroArg whether the spelling resides inside a macro definition or /// a macro argument. static SourceLocation getFileSpellingLoc(SourceManager &SM, |
