Documentation cleanup: escape # characters in Doxygen comments as needed.

llvm-svn: 158972
This commit is contained in:
James Dennett 2012-06-22 05:39:17 +00:00
parent 303d8d49ab
commit cfdec5c6c3
1 changed files with 1 additions and 1 deletions

View 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