OSDN Git Service

llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 11 Nov 2015 17:50:20 +0000 (17:50 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 11 Nov 2015 17:50:20 +0000 (17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252762 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-config/llvm-config.cpp

index c47f437..d086f49 100644 (file)
@@ -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.