diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 09:04:10 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 09:04:10 +0000 |
commit | 260328c27ddbad6e6d81a84e68a9a4aedccbfbf3 (patch) | |
tree | 3e67e8ec40ae799f900ffefcbd9889433d775cae /include/clang/Lex/ModuleMap.h | |
parent | c7810fed64bff037915ba48f39f34614bc54517f (diff) |
Documentation fix: Add a missing parameter name for a \param command
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158512 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/ModuleMap.h')
-rw-r--r-- | include/clang/Lex/ModuleMap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Lex/ModuleMap.h b/include/clang/Lex/ModuleMap.h index 4ebb1d42bf..f3b70ce76e 100644 --- a/include/clang/Lex/ModuleMap.h +++ b/include/clang/Lex/ModuleMap.h @@ -126,7 +126,7 @@ public: /// \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 @@ public: /// \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. |