From: Arnaud Giersch Date: Wed, 18 Nov 2020 21:14:57 +0000 (+0100) Subject: Fix function name in doc. X-Git-Tag: v3.26~181 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0b304f2a38ba28926319bc81325387b0470a4c95 Fix function name in doc. --- diff --git a/doc/doxygen/inside_extending.doc b/doc/doxygen/inside_extending.doc index 2aba2a57d5..d9ae3934f9 100644 --- a/doc/doxygen/inside_extending.doc +++ b/doc/doxygen/inside_extending.doc @@ -168,7 +168,7 @@ generates the following files: Definition of type `enum e_smx_simcall_t` (one value per existing simcall) - popping_generated.cpp: Definitions of `simcall_names[]` (debug name of each simcall), and - SIMIX_simcall_enter() that deals with the simcall from within the kernel + ActorImpl::simcall_handle() that deals with the simcall from within the kernel The simcall.in file list all the simcalls in sections. A line starting by "##" define a new section which will be replace by a "ifdef" in the generated code.