X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/553c96e727e5b9a857b6a67f70a94db2cd4f95f1..3bc13df867552bbd935afcd07b7e3d1494c4de4f:/docs/find-missing.ignore diff --git a/docs/find-missing.ignore b/docs/find-missing.ignore index b980e69105..bd2d73068c 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() @@ -21,3 +18,22 @@ It is only used by find-missing, that will not report any definition linked here .. doxygenfunction:: simgrid::s4u::Exec::~Exec() .. doxygenfunction:: simgrid::s4u::Io::~Io() +# These are used to make the C++ objects visible from the C world +.. doxygentypedef:: s4u_Actor +.. doxygentypedef:: s4u_ActivitySet +.. doxygentypedef:: s4u_Barrier +.. doxygentypedef:: s4u_Comm +.. doxygentypedef:: s4u_ConditionVariable +.. doxygentypedef:: s4u_Disk +.. doxygentypedef:: s4u_Exec +.. doxygentypedef:: s4u_File +.. doxygentypedef:: s4u_Host +.. doxygentypedef:: s4u_Link +.. doxygentypedef:: s4u_Mailbox +.. doxygentypedef:: s4u_Mutex +.. doxygentypedef:: s4u_NetZone +.. doxygentypedef:: s4u_Semaphore +.. doxygentypedef:: s4u_VM +.. doxygentypedef:: s4u_Activity +.. doxygentypedef:: s4u_ActivitySet +.. doxygentypedef:: s4u_MessageQueue \ No newline at end of file