Fix doc
This commit is contained in:
parent
e8c188b688
commit
3345e4dc1d
6 changed files with 22 additions and 14 deletions
|
|
@ -33,15 +33,16 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
#include <utils/eoUpdater.h>
|
||||
#include <functional>
|
||||
|
||||
/** Notifier: The notifier will perform the binded task each generation.
|
||||
|
||||
*/
|
||||
|
||||
namespace paradiseo
|
||||
{
|
||||
namespace smp
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Notifier: The notifier will perform the binded task each generation.
|
||||
|
||||
*/
|
||||
class Notifier : public eoUpdater
|
||||
{
|
||||
public :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue