Move FileLister* to CLI doxygen-module.
I forgot to update the doxygen module when moving FileLister* to CLI. Also add CLI doxygen group for ThreadExecutor.
This commit is contained in:
parent
52fea0f245
commit
250149300d
|
@ -22,7 +22,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
/// @addtogroup Core
|
/// @addtogroup CLI
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "filelister.h"
|
#include "filelister.h"
|
||||||
|
|
||||||
/// @addtogroup Core
|
/// @addtogroup CLI
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "filelister.h"
|
#include "filelister.h"
|
||||||
|
|
||||||
/// @addtogroup Core
|
/// @addtogroup CLI
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,9 @@
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "errorlogger.h"
|
#include "errorlogger.h"
|
||||||
|
|
||||||
|
/// @addtogroup CLI
|
||||||
|
/// @{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class will take a list of filenames and settings and check then
|
* This class will take a list of filenames and settings and check then
|
||||||
* all files using threads.
|
* all files using threads.
|
||||||
|
@ -95,4 +98,6 @@ private:
|
||||||
void operator=(const ThreadExecutor &);
|
void operator=(const ThreadExecutor &);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
#endif // THREADEXECUTOR_H
|
#endif // THREADEXECUTOR_H
|
||||||
|
|
Loading…
Reference in New Issue