Added doxygen links to examples on MPI classes

This commit is contained in:
Benjamin Bouvier 2012-07-16 15:08:53 +02:00
commit fb75279012
3 changed files with 15 additions and 1 deletions

View file

@ -217,6 +217,10 @@ class eoParallelPopLoopEval : public eoPopEvalFunc<EOT>
// Do we have to delete the store by ourselves ?
bool needToDeleteStore;
};
/**
* @example t-mpi-eval.cpp
*/
#endif
/////////////////////////////////////////////////////////////