From 2e8b780c6a1d16b8f415ded65b1c9e40c66998ba Mon Sep 17 00:00:00 2001 From: Samuel Lepetit Date: Fri, 29 Jun 2012 14:17:49 +0200 Subject: [PATCH] Move a simcall doc from MSG to SIMIX --- src/simix/smx_user.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index dc4fb54e0d..225df8d708 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -633,7 +633,6 @@ int simcall_process_is_suspended(smx_process_t process) /** * \ingroup simix_process_management - * \ingroup m_process_management * \brief Return the properties * * This functions returns the properties associated with this process @@ -793,7 +792,6 @@ smx_action_t simcall_rdv_get_head(smx_rdv_t rdv) } /** * \ingroup simix_comm_management - * */ void simcall_comm_send(smx_rdv_t rdv, double task_size, double rate, void *src_buff, size_t src_buff_size, @@ -1403,7 +1401,7 @@ size_t simcall_file_write(const void* ptr, size_t size, size_t nmemb, smx_file_t } /** * \ingroup simix_file_management - * + * \brief */ smx_file_t simcall_file_open(const char* mount, const char* path, const char* mode) { -- 2.20.1