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

@ -375,6 +375,11 @@ namespace eo
// empty
}
};
/**
* @example t-mpi-parallelApply.cpp
* @example t-mpi-multipleRoles.cpp
*/
}
}
# endif // __EO_PARALLEL_APPLY_H__