From 5803094a26ef0a6514a5ce7018425f853d1a2c83 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 14 Jun 2016 21:40:57 +0200 Subject: [PATCH] tiny doc formating improvement --- src/simix/Context.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/simix/Context.cpp b/src/simix/Context.cpp index d397833035..5817bc74e6 100644 --- a/src/simix/Context.cpp +++ b/src/simix/Context.cpp @@ -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 code, -- 2.20.1