]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape # characters in Doxygen comments as needed.
authorJames Dennett <jdennett@google.com>
Fri, 22 Jun 2012 05:39:17 +0000 (05:39 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 22 Jun 2012 05:39:17 +0000 (05:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158972 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/CodeCompletionHandler.h

index 5b45c05d32ff0d8bd8cd84e7b978658b39a2b3d9..91c3b7811f079b728186d70fba29db5c3ed49c31 100644 (file)
@@ -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