forked from OSchip/llvm-project
Fix Wdocumentation unknown parameter warning
llvm-svn: 278111
This commit is contained in:
parent
5721e0f37a
commit
6cfad71fd7
|
@ -30,7 +30,7 @@ namespace include_fixer {
|
|||
class IncludeFixerActionFactory : public clang::tooling::ToolAction {
|
||||
public:
|
||||
/// \param SymbolIndexMgr A source for matching symbols to header files.
|
||||
/// \param Context A context for the symbol being queried.
|
||||
/// \param Contexts The contexts for the symbols being queried.
|
||||
/// \param StyleName Fallback style for reformatting.
|
||||
/// \param MinimizeIncludePaths whether inserted include paths are optimized.
|
||||
IncludeFixerActionFactory(SymbolIndexManager &SymbolIndexMgr,
|
||||
|
|
Loading…
Reference in New Issue