Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some doxygen formating problems
[simgrid.git] / src / simix / Context.cpp
index f86acfd..a780e56 100644 (file)
@@ -28,7 +28,6 @@ void SIMIX_process_set_cleanup_function(
  * \param argc the number of arguments of the main function
  * \param argv the vector of arguments of the main function
  * \param cleanup_func the function to call when the context stops
- * \param cleanup_arg the argument of the cleanup_func function
  */
 smx_context_t SIMIX_context_new(
   xbt_main_func_t code, int argc, char **argv,