X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/77db6c9bc8fa31f2915bbc77a1da62ce5e3c8da6..f5b4648bcb7aa3c1174e25c9f3cd28867b3b2871:/doc/doxygen/inside_extending.doc diff --git a/doc/doxygen/inside_extending.doc b/doc/doxygen/inside_extending.doc index 54f7dcc7aa..a8f97d8553 100644 --- a/doc/doxygen/inside_extending.doc +++ b/doc/doxygen/inside_extending.doc @@ -36,6 +36,7 @@ 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() @@ -256,4 +257,4 @@ catch (std::runtime_error& e) { You should not do something like that. Please work instead to make XML avoidable, ie to make the C++ interface nice and usable. -*/ \ No newline at end of file +*/