[cfe-commits] r158554 - /cfe/trunk/lib/Frontend/FrontendActions.cpp

James Dennett jdennett at google.com
Fri Jun 15 14:48:19 PDT 2012


Author: jdennett
Date: Fri Jun 15 16:48:19 2012
New Revision: 158554

URL: http://llvm.org/viewvc/llvm-project?rev=158554&view=rev
Log:
Documentation cleanup: escape # in a Doxygen comment.

Modified:
    cfe/trunk/lib/Frontend/FrontendActions.cpp

Modified: cfe/trunk/lib/Frontend/FrontendActions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/FrontendActions.cpp?rev=158554&r1=158553&r2=158554&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/FrontendActions.cpp (original)
+++ cfe/trunk/lib/Frontend/FrontendActions.cpp Fri Jun 15 16:48:19 2012
@@ -131,7 +131,7 @@
 ///
 /// \param Module The module we're collecting includes from.
 ///
-/// \param Includes Will be augmented with the set of #includes or #imports
+/// \param Includes Will be augmented with the set of \#includes or \#imports
 /// needed to load all of the named headers.
 static void collectModuleHeaderIncludes(const LangOptions &LangOpts,
                                         FileManager &FileMgr,





More information about the cfe-commits mailing list