[cfe-commits] r158969 - /cfe/trunk/include/clang/Lex/DirectoryLookup.h
James Dennett
jdennett at google.com
Thu Jun 21 22:35:25 PDT 2012
Author: jdennett
Date: Fri Jun 22 00:35:25 2012
New Revision: 158969
URL: http://llvm.org/viewvc/llvm-project?rev=158969&view=rev
Log:
Documentation cleanup: escape # characters in Doxygen comments as needed.
Modified:
cfe/trunk/include/clang/Lex/DirectoryLookup.h
Modified: cfe/trunk/include/clang/Lex/DirectoryLookup.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/DirectoryLookup.h?rev=158969&r1=158968&r2=158969&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/DirectoryLookup.h (original)
+++ cfe/trunk/include/clang/Lex/DirectoryLookup.h Fri Jun 22 00:35:25 2012
@@ -25,7 +25,7 @@
class Module;
/// DirectoryLookup - This class represents one entry in the search list that
-/// specifies the search order for directories in #include directives. It
+/// specifies the search order for directories in \#include directives. It
/// represents either a directory, a framework, or a headermap.
///
class DirectoryLookup {
More information about the cfe-commits
mailing list