File: find-missing.ignore

package info (click to toggle)
simgrid 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,192 kB
  • sloc: cpp: 124,913; ansic: 66,744; python: 8,560; java: 6,773; fortran: 6,079; f90: 5,123; xml: 4,587; sh: 2,194; perl: 1,436; makefile: 111; lisp: 49; javascript: 7; sed: 6
file content (39 lines) | stat: -rw-r--r-- 1,842 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
This file lists the symbols ignored in the documentation.
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)

.. doxygenTODOfunction:: simgrid::s4u::Engine::register_default(const kernel::actor::ActorCodeFactory &factory)
.. doxygenTODOfunction:: simgrid::s4u::Engine::register_function(const std::string &name, const kernel::actor::ActorCodeFactory &factory)

# These should not be public
.. doxygenfunction:: simgrid::s4u::Link::get_impl()
.. doxygenfunction:: simgrid::s4u::NetZone::get_impl()
.. doxygenfunction:: simgrid::s4u::VirtualMachine::get_vm_impl()
.. doxygenfunction:: simgrid::s4u::Activity::get_impl()
.. doxygenfunction:: simgrid::s4u::Comm::~Comm()
.. 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