[cfe-commits] r158633 - /cfe/trunk/include/clang/Lex/ModuleMap.h

James Dennett jdennett at google.com
Sat Jun 16 22:54:51 PDT 2012


Author: jdennett
Date: Sun Jun 17 00:54:50 2012
New Revision: 158633

URL: http://llvm.org/viewvc/llvm-project?rev=158633&view=rev
Log:
Documentation cleanup: add parameter name to \param

Modified:
    cfe/trunk/include/clang/Lex/ModuleMap.h

Modified: cfe/trunk/include/clang/Lex/ModuleMap.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/ModuleMap.h?rev=158633&r1=158632&r2=158633&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/ModuleMap.h (original)
+++ cfe/trunk/include/clang/Lex/ModuleMap.h Sun Jun 17 00:54:50 2012
@@ -145,7 +145,7 @@
   /// \brief Retrieve a module with the given name within the given context,
   /// using direct (qualified) name lookup.
   ///
-  /// \param The name of the module to look up.
+  /// \param Name The name of the module to look up.
   /// 
   /// \param Context The module for which we will look for a submodule. If
   /// null, we will look for a top-level module.





More information about the cfe-commits mailing list