X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f5b4648bcb7aa3c1174e25c9f3cd28867b3b2871..390f07ace843ed23ed4d2a1d26f90148d07836ad:/doc/doxygen/inside_extending.doc diff --git a/doc/doxygen/inside_extending.doc b/doc/doxygen/inside_extending.doc index a8f97d8553..fefe0a21ac 100644 --- a/doc/doxygen/inside_extending.doc +++ b/doc/doxygen/inside_extending.doc @@ -36,7 +36,6 @@ For instance, if you want to add a new cup model called `Plop`, create two files cpu_plop.hpp and cpu_plop_cpp which contains classes CpuPlopModel, CpuPlop and CpuPlopAction implementing respectively the interfaces CpuModel, Cpu and CpuAction. You also need to define an initializing function like this: -FIXME[donassolo]: update doc ~~~~ void surf_cpu_model_init_plop()