X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/237fd22b56db7d1c67360c37559ce3aab16a002d..ed89bbc882ec7afd3504f3b6acc667db194a3b46:/docs/find-missing.ignore diff --git a/docs/find-missing.ignore b/docs/find-missing.ignore index 49e55afed0..1f263180fd 100644 --- a/docs/find-missing.ignore +++ b/docs/find-missing.ignore @@ -1,16 +1,13 @@ This file lists the symbols ignored in the documentation. -It follows the RST syntax but is completely ignored by sphinx. +It follows the RST syntax but is completely ignored by sphinx. It is only used by find-missing, that will not report any definition linked here as missing. # This is a bug in find-missing, as these symbols are actually documented .. doxygenTODOfunction:: simgrid::s4u::Host::route_to(const Host *dest, std::vector< Link * > &links, double *latency) .. doxygenTODOfunction:: simgrid::s4u::Host::route_to(const Host *dest, std::vector< kernel::resource::LinkImpl * > &links, double *latency) -# The fact that actors can return an int is a legacy behavior for MSG .. doxygenTODOfunction:: simgrid::s4u::Engine::register_default(const kernel::actor::ActorCodeFactory &factory) -.. doxygenTODOfunction:: simgrid::s4u::Engine::register_default(int(*code)(int, char **)) .. doxygenTODOfunction:: simgrid::s4u::Engine::register_function(const std::string &name, const kernel::actor::ActorCodeFactory &factory) -.. doxygenTODOfunction:: simgrid::s4u::Engine::register_function(const std::string &name, int(*code)(int, char **)) # These should not be public .. doxygenfunction:: simgrid::s4u::Link::get_impl()