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:
Kimmo Varis 2011-02-01 08:33:02 +02:00
parent 52fea0f245
commit 250149300d
4 changed files with 8 additions and 3 deletions

View File

@ -22,7 +22,7 @@
#include <vector> #include <vector>
#include <string> #include <string>
/// @addtogroup Core /// @addtogroup CLI
/// @{ /// @{
/** /**

View File

@ -23,7 +23,7 @@
#include <string> #include <string>
#include "filelister.h" #include "filelister.h"
/// @addtogroup Core /// @addtogroup CLI
/// @{ /// @{

View File

@ -23,7 +23,7 @@
#include <string> #include <string>
#include "filelister.h" #include "filelister.h"
/// @addtogroup Core /// @addtogroup CLI
/// @{ /// @{

View File

@ -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