Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish the API under the new format
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 1 Feb 2020 23:46:50 +0000 (00:46 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 2 Feb 2020 00:11:36 +0000 (01:11 +0100)
commit55491279cdea3f01da22d1b51874e2e168ac5116
tree9bebd626da464a6c1d58b60895cd60ad3918e032
parent344eb668e7f5738a68591870bd2a3e00a135854f
finish the API under the new format

- Add some 'const' method decorators on my way
- We cannot drop the breathe extension of sphinx yet because autodoxy
  does not parse typedef (nor enums) yet so we use breathe for that
- Other bugs surfaced in autodoxy, but I'm short on time so I worked
  around them. See find-missing.ignore for a list of weird things.
13 files changed:
docs/Build.sh
docs/find-missing.ignore
docs/source/_ext/autodoxy.py
docs/source/app_s4u.rst
include/simgrid/kernel/routing/NetZoneImpl.hpp
include/simgrid/s4u/Exec.hpp
include/simgrid/s4u/Io.hpp
include/simgrid/s4u/NetZone.hpp
src/kernel/activity/IoImpl.hpp
src/kernel/routing/NetZoneImpl.cpp
src/s4u/s4u_Exec.cpp
src/s4u/s4u_Io.cpp
src/s4u/s4u_Netzone.cpp