]> granicus.if.org Git - clang/commitdiff
Update \param corresponding to r268819. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 7 May 2016 03:12:30 +0000 (03:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 7 May 2016 03:12:30 +0000 (03:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268843 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/ModuleMap.h

index 313cfbe76686029e100b55c2f18acafbf4aeba5c..fdb617c5323c1d69eedc3a89c7ef6dc89f2039a5 100644 (file)
@@ -53,7 +53,7 @@ public:
 
   /// \brief Called when a header is added during module map parsing.
   ///
-  /// \param File The header file itself.
+  /// \param Filename The header file itself.
   virtual void moduleMapAddHeader(StringRef Filename) {}
 };