[cfe-commits] r158847 - /cfe/trunk/include/clang/Frontend/CompilerInvocation.h

James Dennett jdennett at google.com
Wed Jun 20 13:49:07 PDT 2012


Author: jdennett
Date: Wed Jun 20 15:49:07 2012
New Revision: 158847

URL: http://llvm.org/viewvc/llvm-project?rev=158847&view=rev
Log:
Documentation cleanup: escaping # characters in Doxygen comments.

Modified:
    cfe/trunk/include/clang/Frontend/CompilerInvocation.h

Modified: cfe/trunk/include/clang/Frontend/CompilerInvocation.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CompilerInvocation.h?rev=158847&r1=158846&r2=158847&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/CompilerInvocation.h (original)
+++ cfe/trunk/include/clang/Frontend/CompilerInvocation.h Wed Jun 20 15:49:07 2012
@@ -85,10 +85,10 @@
   /// 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.





More information about the cfe-commits mailing list