Skip to content

Commit

Permalink
Move FileLister* to CLI doxygen-module.
Browse files Browse the repository at this point in the history
I forgot to update the doxygen module when moving FileLister* to
CLI. Also add CLI doxygen group for ThreadExecutor.
  • Loading branch information
kimmov committed Feb 1, 2011
1 parent 52fea0f commit 2501493
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/filelister.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <vector>
#include <string>

/// @addtogroup Core
/// @addtogroup CLI
/// @{

/**
Expand Down
2 changes: 1 addition & 1 deletion cli/filelister_unix.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <string>
#include "filelister.h"

/// @addtogroup Core
/// @addtogroup CLI
/// @{


Expand Down
2 changes: 1 addition & 1 deletion cli/filelister_win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <string>
#include "filelister.h"

/// @addtogroup Core
/// @addtogroup CLI
/// @{


Expand Down
5 changes: 5 additions & 0 deletions cli/threadexecutor.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
#include "settings.h"
#include "errorlogger.h"

/// @addtogroup CLI
/// @{

/**
* This class will take a list of filenames and settings and check then
* all files using threads.
Expand Down Expand Up @@ -95,4 +98,6 @@ class ThreadExecutor : public ErrorLogger
void operator=(const ThreadExecutor &);
};

/// @}

#endif // THREADEXECUTOR_H

0 comments on commit 2501493

Please sign in to comment.