X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/362f3fb4fd2addde094a214296eb2651e4eba5e6..9576ec1b5a8bcc51b30cdfc6914018285e50bf42:/doc/doxygen/module-surf.doc diff --git a/doc/doxygen/module-surf.doc b/doc/doxygen/module-surf.doc index 1cfcdc4851..50c52f72c4 100644 --- a/doc/doxygen/module-surf.doc +++ b/doc/doxygen/module-surf.doc @@ -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 @@ -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_lib. + Then you can access the hosts with the global variables \ref host_list. Some functions of the \ref SURF_host_interface and similar can give you some information about: - a host: get_speed(), get_available_speed(); @@ -85,86 +84,58 @@ @defgroup SURF_c_bindings SURF C bindings @ingroup SURF_API @brief Describes the c bindings of SURF - -@htmlonly @endhtmlonly */ /** @defgroup SURF_interface SURF Interface @ingroup SURF_API @brief Describes the general interface for all components (Cpu, Network, Storage, Host, VM) - -@htmlonly @endhtmlonly -*/ - -/** -@defgroup SURF_routing_interface SURF Routing Interface -@ingroup SURF_API -@brief Describes the routing interface - -@htmlonly @endhtmlonly */ /** @defgroup SURF_cpu_interface SURF Cpu Interface @ingroup SURF_API @brief Describes the general Cpu interface for all Cpu implementations - -@htmlonly @endhtmlonly */ /** @defgroup SURF_network_interface SURF Network Interface @ingroup SURF_API @brief Describes the general Network interface for all Network implementations - -@htmlonly @endhtmlonly */ /** @defgroup SURF_storage_interface SURF Storage Interface @ingroup SURF_API @brief Describes the general interface for all Storage implementations - -@htmlonly @endhtmlonly */ /** @defgroup SURF_host_interface SURF Host Interface @ingroup SURF_API @brief Describes the general interface for all Host implementations - -@htmlonly @endhtmlonly */ /** @defgroup SURF_vm_interface SURF VM Interface @ingroup SURF_API @brief Describes the general interface for all VM implementations - -@htmlonly @endhtmlonly */ /** @defgroup SURF_lmm SURF Linear MaxMin @ingroup SURF_API @brief Describes how the linear MaxMin system work - -@htmlonly @endhtmlonly */ /** @defgroup SURF_callbacks SURF callbacks @ingroup SURF_API @brief Describes how to use the SURF callbacks - -@htmlonly @endhtmlonly */ /** @defgroup SURF_plugin_energy SURF Energy Plugin @ingroup SURF_API @brief Describes how to use the energy plugin. - -@htmlonly @endhtmlonly */