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

include/clang/Frontend/HeaderSearchOptions.h

index 65119f0ed3d0abd18fd4a60c3461e62971de6410..ebc8f264b2a225f8ede339af4e90b9dfe74c9c64 100644 (file)
@@ -70,7 +70,7 @@ public:
   };
 
   struct SystemHeaderPrefix {
-    /// A prefix to be matched against paths in #include directives.
+    /// A prefix to be matched against paths in \#include directives.
     std::string Prefix;
 
     /// True if paths beginning with this prefix should be treated as system
@@ -133,7 +133,7 @@ public:
                                 IgnoreSysRoot, IsInternal, ImplicitExternC));
   }
 
-  /// AddSystemHeaderPrefix - Override whether #include directives naming a
+  /// AddSystemHeaderPrefix - Override whether \#include directives naming a
   /// path starting with \arg Prefix should be considered as naming a system
   /// header.
   void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {