Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "please sonar and remove unused types"
[simgrid.git] / doc / doxygen / module-surf.doc
index 8587e4e..b85bd68 100644 (file)
@@ -7,7 +7,6 @@
    - \ref SURF_build_api
    - \ref SURF_c_bindings
    - \ref SURF_interface
-   - \ref SURF_routing_interface
    - \ref SURF_cpu_interface
    - \ref SURF_network_interface
    - \ref SURF_storage_interface
@@ -15,7 +14,7 @@
    - \ref SURF_vm_interface
    - \ref SURF_lmm
    - \ref SURF_callbacks
-   - \ref SURF_plugin_energy
+   - \ref plugin_energy
    
 
 */
@@ -53,7 +52,7 @@
     #surf_host_model_init_current_default() or #surf_host_model_init_ptask_L07() 
     to create the platform.
 
-    Then you can access the hosts with the global variables \ref host_list.
+    Then you can access the hosts with the \ref simgrid::s4u::Engine::get_all_hosts.
     Some functions of the \ref SURF_host_interface and similar can give
     you some information about:
        - a host: get_speed(), get_available_speed();
 @brief Describes the general interface for all components (Cpu, Network, Storage, Host, VM)
 */
 
-/**
-@defgroup SURF_routing_interface   SURF Routing Interface
-@ingroup SURF_API
-@brief Describes the routing interface
-*/
-
 /**
 @defgroup SURF_cpu_interface   SURF Cpu Interface
 @ingroup SURF_API
 */
 
 /**
-@defgroup SURF_plugin_energy   SURF Energy Plugin
+@defgroup plugin_energy   Energy Plugin
 @ingroup SURF_API
 @brief Describes how to use the energy plugin.
 */