Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-Wdocumentation]

llvm-svn: 194971
This commit is contained in:
NAKAMURA Takumi 2013-11-17 18:05:49 +00:00
parent f9c8339a4e
commit 5335cf331b
1 changed files with 2 additions and 3 deletions

View File

@ -200,9 +200,8 @@ private:
/// clear.
///
/// \param[in] Args Args as provided by the user.
/// \param[out] Resulting stripped command line.
///
/// \returns \li true if successful.
/// \return Resulting stripped command line.
/// \li true if successful.
/// \li false if \c Args cannot be used for compilation jobs (e.g.
/// contains an option like -E or -version).
bool stripPositionalArgs(std::vector<const char *> Args,