Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thread factory + dlopen privatization seems to be working now on osx systems (at...
[simgrid.git] / docs / find-missing.ignore
1 This file lists the symbols ignored in the documentation.
2 It follows the RST syntax but is completely ignored by sphinx.
3 It is only used by find-missing, that will not report any definition linked here as missing.
4
5 # This is a bug in find-missing, as these symbols are actually documented
6 .. doxygenTODOfunction:: simgrid::s4u::Host::route_to(const Host *dest, std::vector< Link * > &links, double *latency)
7 .. doxygenTODOfunction:: simgrid::s4u::Host::route_to(const Host *dest, std::vector< kernel::resource::LinkImpl * > &links, double *latency)
8
9 .. doxygenTODOfunction:: simgrid::s4u::Engine::register_default(const kernel::actor::ActorCodeFactory &factory)
10 .. doxygenTODOfunction:: simgrid::s4u::Engine::register_function(const std::string &name, const kernel::actor::ActorCodeFactory &factory)
11
12 # These should not be public
13 .. doxygenfunction:: simgrid::s4u::Link::get_impl()
14 .. doxygenfunction:: simgrid::s4u::NetZone::get_impl()
15 .. doxygenfunction:: simgrid::s4u::VirtualMachine::get_vm_impl()
16 .. doxygenfunction:: simgrid::s4u::Activity::get_impl()
17 .. doxygenfunction:: simgrid::s4u::Comm::~Comm()
18 .. doxygenfunction:: simgrid::s4u::Exec::~Exec()
19 .. doxygenfunction:: simgrid::s4u::Io::~Io()
20
21 # These are used to make the C++ objects visible from the C world
22 .. doxygentypedef:: s4u_Actor
23 .. doxygentypedef:: s4u_Barrier
24 .. doxygentypedef:: s4u_Comm
25 .. doxygentypedef:: s4u_ConditionVariable
26 .. doxygentypedef:: s4u_Disk
27 .. doxygentypedef:: s4u_Exec
28 .. doxygentypedef:: s4u_File
29 .. doxygentypedef:: s4u_Host
30 .. doxygentypedef:: s4u_Link
31 .. doxygentypedef:: s4u_Mailbox
32 .. doxygentypedef:: s4u_Mutex
33 .. doxygentypedef:: s4u_NetZone
34 .. doxygentypedef:: s4u_Semaphore
35 .. doxygentypedef:: s4u_VM