Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny doc formating improvement
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 14 Jun 2016 19:40:57 +0000 (21:40 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 14 Jun 2016 19:40:57 +0000 (21:40 +0200)
src/simix/Context.cpp

index d397833..5817bc7 100644 (file)
@@ -23,11 +23,9 @@ void SIMIX_process_set_cleanup_function(
 }
 
 /**
 }
 
 /**
- * \brief creates a new context for a user level process
- * \param code a main 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
+ * @brief creates a new context for a user level process
+ * @param code a main function
+ * @param cleanup_func the function to call when the context stops
  */
 smx_context_t SIMIX_context_new(
   std::function<void()> code,
  */
 smx_context_t SIMIX_context_new(
   std::function<void()> code,