]> granicus.if.org Git - clang/commitdiff
ModuleMap.h: Fix a \param. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 14 May 2016 12:37:06 +0000 (12:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 14 May 2016 12:37:06 +0000 (12:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269559 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/ModuleMap.h

index db2cf3c0f2f9571feb7b6507c9b3c33d353ec199..a9c465a95d148fb11f2f26938cad42cf93f8b673 100644 (file)
@@ -59,7 +59,7 @@ public:
   /// \brief Called when an umbrella header is added during module map parsing.
   ///
   /// \param FileMgr FileManager instance
-  /// \param Filename The umbreall header to collect.
+  /// \param Header The umbreall header to collect.
   virtual void moduleMapAddUmbrellaHeader(FileManager *FileMgr,
                                           const FileEntry *Header) {}
 };