replace TODO comments by @ŧodo doxygen command
This commit is contained in:
parent
91c1697701
commit
4310aaf5cc
10 changed files with 13 additions and 12 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
|
||||
/// TODO, handle bounds
|
||||
/// @todo handle bounds
|
||||
template <class FitT>
|
||||
class eoCMABreed : public eoBreed< eoVector<FitT, double> > {
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
#include <eoVector.h>
|
||||
#include <es/CMAState.h>
|
||||
|
||||
/// TODO, handle bounds
|
||||
/// @todo handle bounds
|
||||
template <class FitT>
|
||||
class eoCMAInit : public eoInit< eoVector<FitT, double> > {
|
||||
|
||||
|
|
|
|||
Reference in a new issue