diff options
-rw-r--r-- | include/clang/Lex/CodeCompletionHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/CodeCompletionHandler.h b/include/clang/Lex/CodeCompletionHandler.h index 5b45c05d32..91c3b7811f 100644 --- a/include/clang/Lex/CodeCompletionHandler.h +++ b/include/clang/Lex/CodeCompletionHandler.h @@ -43,7 +43,7 @@ public: /// where the name of a macro is expected. /// /// \param IsDefinition Whether this is the definition of a macro, e.g., - /// in a #define. + /// in a \#define. virtual void CodeCompleteMacroName(bool IsDefinition) { } /// \brief Callback invoked when performing code completion in a preprocessor |