]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escaping # characters in Doxygen comments.
authorJames Dennett <jdennett@google.com>
Wed, 20 Jun 2012 20:49:07 +0000 (20:49 +0000)
committerJames Dennett <jdennett@google.com>
Wed, 20 Jun 2012 20:49:07 +0000 (20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158847 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/CompilerInvocation.h

index 19cd5b72c641b15a5697c946465c25504945cd9c..1f9a8ab8c41bd3b974db3a70a1d0c38bd745a7f6 100644 (file)
@@ -85,10 +85,10 @@ class CompilerInvocation : public CompilerInvocationBase {
   /// Options controlling the frontend itself.
   FrontendOptions FrontendOpts;
 
-  /// Options controlling the #include directive.
+  /// Options controlling the \#include directive.
   HeaderSearchOptions HeaderSearchOpts;
 
-  /// Options controlling the preprocessor (aside from #include handling).
+  /// Options controlling the preprocessor (aside from \#include handling).
   PreprocessorOptions PreprocessorOpts;
 
   /// Options controlling preprocessed output.