diff options
author | James Dennett <jdennett@google.com> | 2012-06-17 05:54:50 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-17 05:54:50 +0000 |
commit | 3d7e24e1887fade254cf8b304834f30de2f8d662 (patch) | |
tree | e718b51be288e1ad870c925a98d0274082a94849 /include/clang/Lex/ModuleMap.h | |
parent | a1e92ace653fb15742dc6d35198a9da433d90e15 (diff) |
Documentation cleanup: add parameter name to \param
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158633 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/ModuleMap.h')
-rw-r--r-- | include/clang/Lex/ModuleMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/ModuleMap.h b/include/clang/Lex/ModuleMap.h index f3b70ce76e..fe5abdfba7 100644 --- a/include/clang/Lex/ModuleMap.h +++ b/include/clang/Lex/ModuleMap.h @@ -145,7 +145,7 @@ public: /// \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. |