From: James Dennett Date: Fri, 22 Jun 2012 05:39:17 +0000 (+0000) Subject: Documentation cleanup: escape # characters in Doxygen comments as needed. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36be6c43533194ed5c7613f33851c7bc390f1c8e;p=clang Documentation cleanup: escape # characters in Doxygen comments as needed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158972 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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