[cfe-commits] r158972 - /cfe/trunk/include/clang/Lex/CodeCompletionHandler.h
James Dennett
jdennett at google.com
Thu Jun 21 22:39:18 PDT 2012
Author: jdennett
Date: Fri Jun 22 00:39:17 2012
New Revision: 158972
URL: http://llvm.org/viewvc/llvm-project?rev=158972&view=rev
Log:
Documentation cleanup: escape # characters in Doxygen comments as needed.
Modified:
cfe/trunk/include/clang/Lex/CodeCompletionHandler.h
Modified: cfe/trunk/include/clang/Lex/CodeCompletionHandler.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/CodeCompletionHandler.h?rev=158972&r1=158971&r2=158972&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/CodeCompletionHandler.h (original)
+++ cfe/trunk/include/clang/Lex/CodeCompletionHandler.h Fri Jun 22 00:39:17 2012
@@ -43,7 +43,7 @@
/// 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
More information about the cfe-commits
mailing list