Precised group MPI instead of group Parallel for Mpi classes in documentation.

This commit is contained in:
Benjamin Bouvier 2012-07-13 15:50:51 +02:00
commit ad74755d8e
6 changed files with 36 additions and 9 deletions

View file

@ -24,6 +24,7 @@ Authors:
# include <iostream> // ostream
/**
* @brief Contains all the necessary entities to serialize eo objects into JSON objects.
*
@ -36,7 +37,7 @@ Authors:
*
* @ingroup Utilities
* @defgroup Serialization Serialization helpers
*/
**/
namespace eoserial
{