Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove 2 files with no useful content to scavenge from the old doc
[simgrid.git] / doc / doxygen / inside_extending.doc
index a8f97d8553d10e846e22ef6e4f948a017eb3e1d6..fefe0a21acd4198916f6da6240f77ec0d8c876e1 100644 (file)
@@ -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()