]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: add parameter name to \param
authorJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 05:54:50 +0000 (05:54 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 05:54:50 +0000 (05:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158633 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/ModuleMap.h

index f3b70ce76ecde7fdd413360b84584d323bf1b957..fe5abdfba7adb7b42df6874f53a2be5a18703b0f 100644 (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.