Documentation cleanup: add parameter name to \param

llvm-svn: 158633
This commit is contained in:
James Dennett 2012-06-17 05:54:50 +00:00
parent 28c68d7ddd
commit 9000bfee46
1 changed files with 1 additions and 1 deletions

View File

@ -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.