[cfe-commits] r158512 - /cfe/trunk/include/clang/Lex/ModuleMap.h
James Dennett
jdennett at google.com
Fri Jun 15 02:04:10 PDT 2012
Author: jdennett
Date: Fri Jun 15 04:04:10 2012
New Revision: 158512
URL: http://llvm.org/viewvc/llvm-project?rev=158512&view=rev
Log:
Documentation fix: Add a missing parameter name for a \param command
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=158512&r1=158511&r2=158512&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/ModuleMap.h (original)
+++ cfe/trunk/include/clang/Lex/ModuleMap.h Fri Jun 15 04:04:10 2012
@@ -126,7 +126,7 @@
/// \brief Retrieve a module with the given name.
///
- /// \param The name of the module to look up.
+ /// \param Name The name of the module to look up.
///
/// \returns The named module, if known; otherwise, returns null.
Module *findModule(StringRef Name);
@@ -134,7 +134,7 @@
/// \brief Retrieve a module with the given name using lexical name lookup,
/// starting at the given context.
///
- /// \param The name of the module to look up.
+ /// \param Name The name of the module to look up.
///
/// \param Context The module context, from which we will perform lexical
/// name lookup.
More information about the cfe-commits
mailing list