mDocumentation of eo::mpi classes.

This commit is contained in:
Benjamin Bouvier 2012-07-13 14:31:29 +02:00
commit 5e76ba30b0
6 changed files with 409 additions and 14 deletions

View file

@ -37,6 +37,7 @@ namespace eo
/**
* @ingroup Parallel
* @defgroup MPI Message Passing Interface parallelization
* @{
*/
/**
@ -790,6 +791,10 @@ namespace eo
}
};
}
/**
* @}
*/
}
# endif // __EO_MPI_H__