Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove dead entries in 'docs/find-missing.ignore'.
[simgrid.git] / docs / find-missing.ignore
index 40a3006..d4501ef 100644 (file)
@@ -1,7 +1,17 @@
 This file lists the symbols ignored in the documentation.
-It follows the RST syntact 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
+.. autodoxymethod:: simgrid::s4u::Host::route_to(const Host *dest, std::vector< Link * > &links, double *latency)
+.. autodoxymethod:: 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
+.. autodoxymethod:: simgrid::s4u::Engine::register_default(const kernel::actor::ActorCodeFactory &factory)
+.. autodoxymethod:: simgrid::s4u::Engine::register_default(int(*code)(int, char **))
+.. autodoxymethod:: simgrid::s4u::Engine::register_function(const std::string &name, const kernel::actor::ActorCodeFactory &factory)
+.. autodoxymethod:: simgrid::s4u::Engine::register_function(const std::string &name, int(*code)(int, char **))
+
 # I don't plan to document MSG in the new way.
 .. autodoxymethod:: ::MSG_barrier_destroy(const_sg_bar_t bar)
 .. autodoxymethod:: ::MSG_barrier_init(unsigned int count)
@@ -23,11 +33,9 @@ It is only used by find-missing, that will not report any definition linked here
 .. autodoxymethod:: ::MSG_get_host_number()
 .. autodoxymethod:: ::MSG_get_sent_msg()
 .. autodoxymethod:: ::MSG_host_by_name(const char *name)
-.. autodoxymethod:: ::MSG_host_get_attached_storage_lists(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_core_number(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_data(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_load(const_sg_host_t host)
-.. autodoxymethod:: ::MSG_host_get_mounted_storage_list(sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_name(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_nb_pstates(const_sg_host_t host)
 .. autodoxymethod:: ::MSG_host_get_power_peak_at(const_sg_host_t host, int pstate_index)
@@ -95,17 +103,6 @@ It is only used by find-missing, that will not report any definition linked here
 .. autodoxymethod:: ::MSG_sem_init(int initial_value)
 .. autodoxymethod:: ::MSG_sem_release(msg_sem_t sem)
 .. autodoxymethod:: ::MSG_sem_would_block(msg_sem_t sem)
-.. autodoxymethod:: ::MSG_storage_get_by_name(const char *name)
-.. autodoxymethod:: ::MSG_storage_get_data(const_sg_storage_t storage)
-.. autodoxymethod:: ::MSG_storage_get_host(const_sg_storage_t storage)
-.. autodoxymethod:: ::MSG_storage_get_name(const_sg_storage_t storage)
-.. autodoxymethod:: ::MSG_storage_get_properties(const_sg_storage_t storage)
-.. autodoxymethod:: ::MSG_storage_get_property_value(const_sg_storage_t storage, const char *name)
-.. autodoxymethod:: ::MSG_storage_read(msg_storage_t storage, sg_size_t size)
-.. autodoxymethod:: ::MSG_storage_set_data(msg_storage_t storage, void *data)
-.. autodoxymethod:: ::MSG_storage_set_property_value(msg_storage_t storage, const char *name, const char *value)
-.. autodoxymethod:: ::MSG_storage_write(msg_storage_t storage, sg_size_t size)
-.. autodoxymethod:: ::MSG_storages_as_dynar()
 .. autodoxymethod:: ::MSG_task_cancel(msg_task_t task)
 .. autodoxymethod:: ::MSG_task_create(const char *name, double flops_amount, double bytes_amount, void *data)
 .. autodoxymethod:: ::MSG_task_destroy(msg_task_t task)
@@ -172,14 +169,14 @@ member ::MSG_task_recv is of kind define
 member ::MSG_task_recv_bounded is of kind define
 member ::msg_error_t is of kind enum
 
-# Storage must die
-.. autodoxymethod:: sg_host_get_attached_storage_list(const_sg_host_t host)
-.. autodoxymethod:: sg_host_get_mounted_storage_list(sg_host_t host)
-.. autodoxymethod:: simgrid::s4u::Host::get_attached_storages()
-.. autodoxymethod:: simgrid::s4u::Host::get_mounted_storages()
-
 # These should not be public
 .. autodoxymethod:: simgrid::s4u::Link::get_impl()
+.. autodoxymethod:: simgrid::s4u::NetZone::get_impl()
+.. autodoxymethod:: simgrid::s4u::VirtualMachine::get_vm_impl()
+.. autodoxymethod:: simgrid::s4u::Activity::get_impl()
+.. autodoxymethod:: simgrid::s4u::Comm::~Comm()
+.. autodoxymethod:: simgrid::s4u::Exec::~Exec()
+.. autodoxymethod:: simgrid::s4u::Io::~Io()
 
 # These ones are a bug of Doxygen, that parse them as variables instead of types.
 # So we don't use this bogus parse result, but go directly for cpp:type directives in app_s4u.rst
@@ -188,7 +185,6 @@ member ::msg_error_t is of kind enum
 .. autodoxyvar:: ::const_sg_mutex_t
 .. autodoxyvar:: ::const_sg_sem_t
 .. autodoxyvar:: ::const_sg_host_t
-.. autodoxyvar:: ::const_sg_storage_t
 .. autodoxyvar:: ::const_msg_comm_t
 .. autodoxyvar:: ::const_msg_task_t
 .. autodoxyvar:: ::const_sg_cond_t