From: NAKAMURA Takumi Date: Wed, 23 Apr 2014 15:13:39 +0000 (+0000) Subject: Prune \param introduced in r206977, possibly committed ahead. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=252d11b19eada8855755d5389e4b573e8ad70d76;p=clang Prune \param introduced in r206977, possibly committed ahead. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206993 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Serialization/ASTReader.h b/include/clang/Serialization/ASTReader.h index ccf3822d69..0d2bfc6797 100644 --- a/include/clang/Serialization/ASTReader.h +++ b/include/clang/Serialization/ASTReader.h @@ -1392,7 +1392,6 @@ public: /// \brief Attempts to load the global index. /// - /// \param TriggerLoc The location for what triggered the load. /// \returns true if loading the global index has failed for any reason. bool loadGlobalIndex();