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

@ -37,7 +37,8 @@ eoMonitor& eoOStreamMonitor::operator()(void)
} // if firstime
// ok, now the real saving. write out
/* TODO old verbose formatting, do we still need it?
//! @todo old verbose formatting, do we still need it?
/*
for (iterator it = vec.begin (); it != vec.end (); ++it) {
// name: value
out << (*it)->longName () << ": " << (*it)->getValue () << std::endl;