X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad2e588c6af6cf84b18ba7c1c96f4f9785d93c28..f2df13795e01302813a6aef10825ec7e922ce530:/doc/doxygen/module-surf.doc diff --git a/doc/doxygen/module-surf.doc b/doc/doxygen/module-surf.doc index 0ebc5fa292..e4aed28d19 100644 --- a/doc/doxygen/module-surf.doc +++ b/doc/doxygen/module-surf.doc @@ -3,16 +3,16 @@ \section SURF_doc Surf documentation Surf is composed several components: - \ref SURF_simulation - - \ref SURF_actions - - \ref SURF_resources - \ref SURF_build_api + - \ref SURF_c_bindings - \ref SURF_interface - - \ref SURF_routing + - \ref SURF_routing_interface - \ref SURF_cpu_interface - \ref SURF_network_interface - \ref SURF_storage_interface - \ref SURF_workstation_interface - \ref SURF_vm_workstation_interface + - \ref SURF_lmm - \ref SURF_callbacks - \ref SURF_plugin_energy @@ -27,20 +27,6 @@ the simulation and exiting SURF. */ -/** \defgroup SURF_actions SURF actions - \ingroup SURF_API - \brief This section describes the different datatypes and operations related to the actions in SURF. - - \htmlonly \endhtmlonly -*/ - -/** \defgroup SURF_resources SURF resources - \ingroup SURF_API - \brief This section describes the different datatypes and operations related to the resources in SURF. - - \htmlonly \endhtmlonly -*/ - /** \defgroup SURF_build_api Create a new API \ingroup SURF_API \brief How to build a new API on top of SURF @@ -104,19 +90,19 @@ */ /** -@defgroup SURF_routing_interface SURF Routing Interface +@defgroup SURF_interface SURF Interface @ingroup SURF_API -@brief Describes the routing interface +@brief Describes the general interface for all components (Cpu, Network, Storage, Workstation, WorkstationVM) -@htmlonly @endhtmlonly +@htmlonly @endhtmlonly */ /** -@defgroup SURF_interface SURF Interface +@defgroup SURF_routing_interface SURF Routing Interface @ingroup SURF_API -@brief Describes the general interface for all components (Cpu, Network, Storage, Workstation, WorkstationVM) +@brief Describes the routing interface -@htmlonly @endhtmlonly +@htmlonly @endhtmlonly */ /** @@ -159,6 +145,14 @@ @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 @@ -173,4 +167,4 @@ @brief Describes how to use the energy plugin. @htmlonly @endhtmlonly -*/ \ No newline at end of file +*/