Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[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_ActivitySet
24 .. doxygentypedef:: s4u_Barrier
25 .. doxygentypedef:: s4u_Comm
26 .. doxygentypedef:: s4u_ConditionVariable
27 .. doxygentypedef:: s4u_Disk
28 .. doxygentypedef:: s4u_Exec
29 .. doxygentypedef:: s4u_File
30 .. doxygentypedef:: s4u_Host
31 .. doxygentypedef:: s4u_Link
32 .. doxygentypedef:: s4u_Mailbox
33 .. doxygentypedef:: s4u_Mutex
34 .. doxygentypedef:: s4u_NetZone
35 .. doxygentypedef:: s4u_Semaphore
36 .. doxygentypedef:: s4u_VM
37 .. doxygentypedef:: s4u_Activity
38 .. doxygentypedef:: s4u_ActivitySet
39 .. doxygentypedef:: s4u_MessageQueue