replace TODO comments by @ŧodo doxygen command

This commit is contained in:
Johann Dreo 2010-11-01 22:09:40 +01:00
commit 4310aaf5cc
10 changed files with 13 additions and 12 deletions

View file

@ -31,7 +31,7 @@
#include <algorithm>
/// TODO, handle bounds
/// @todo handle bounds
template <class FitT>
class eoCMABreed : public eoBreed< eoVector<FitT, double> > {

View file

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