Taking in account Doxygen remarks, fixed some documentation errors.

This commit is contained in:
Benjamin Bouvier 2012-07-13 14:45:56 +02:00
commit f9a0084f95
4 changed files with 6 additions and 3 deletions

View file

@ -78,7 +78,7 @@ namespace eo
* the workers which are currently processing data, and the other ones who could be waiting : the idles.
* This function indicates to the master which worker aren't doing anything.
*
* @param A std::vector containing all the MPI ranks of the idles workers.
* @return A std::vector containing all the MPI ranks of the idles workers.
*/
virtual std::vector<int> idles( ) = 0;