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
|
|
@ -101,7 +101,7 @@ public :
|
|||
}
|
||||
|
||||
bool changed = false;
|
||||
for ( unsigned i = 0; i < k; i++ ) // TODO: check that we don't do twice the same
|
||||
for ( unsigned i = 0; i < k; i++ ) //! @todo check that we don't do twice the same
|
||||
{
|
||||
unsigned where = eo::rng.random(_eo1.size());
|
||||
bool changedHere = op( _eo1[where], _eo2[where] );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue