From: NAKAMURA Takumi Date: Wed, 11 Nov 2015 17:50:20 +0000 (+0000) Subject: llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation] X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=2910f70f5b42d3aaaa8beb93ae214d20c4467bc4 llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252762 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-config/llvm-config.cpp b/tools/llvm-config/llvm-config.cpp index c47f4370049..d086f4951c1 100644 --- a/tools/llvm-config/llvm-config.cpp +++ b/tools/llvm-config/llvm-config.cpp @@ -102,8 +102,6 @@ static void VisitComponent(StringRef Name, /// appear prior to their dependencies). /// /// \param Components - The names of the components to find libraries for. -/// \param RequiredLibs [out] - On return, the ordered list of libraries that -/// are required to link the given components. /// \param IncludeNonInstalled - Whether non-installed components should be /// reported. /// \param GetComponentNames - True if one would prefer the component names.