X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/268981d54533fb025d1353582cf229d235eb2fb2..1e18ccad74ce3d49299f1da9022c5d5e4ee76918:/include/xbt/config.h diff --git a/include/xbt/config.h b/include/xbt/config.h index 27b927a744..da9457da06 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -19,11 +19,6 @@ SG_BEGIN_DECL() /** @addtogroup XBT_config * @brief Changing the configuration of SimGrid components (grounding feature) * - *
Top [\ref index]::[\ref XBT_API] - *
Prev [\ref XBT_error] - *
Next [\ref XBT_dynar] - *
Down [\ref XBT_cfg_use]
- * * All modules of the SimGrid toolkit can be configured with this API. * User modules and libraries can also use these facilities to handle * their own configuration. @@ -82,10 +77,6 @@ SG_BEGIN_DECL() /** @defgroup XBT_cfg_use User interface: changing values * @ingroup XBT_config * - *
Top [\ref index]::[\ref XBT_API]::[\ref XBT_config] - *
Prev - *
Next [\ref XBT_cfg_decl]
- * * This is the only interface you should use unless you want to let your * own code become configurable with this. * @@ -144,10 +135,6 @@ void xbt_cfg_empty(xbt_cfg_t cfg, const char *name); /** @defgroup XBT_cfg_decl Configuration type declaration and memory management * @ingroup XBT_config * - *
Top [\ref index]::[\ref XBT_API]::[\ref XBT_config] - *
Prev [\ref XBT_cfg_use] - *
Next [\ref XBT_cfg_register]
- * * @{ */ @@ -175,10 +162,6 @@ void xbt_cfg_empty(xbt_cfg_t cfg, const char *name); /** @defgroup XBT_cfg_register Registering stuff * @ingroup XBT_config * - *
Top [\ref index]::[\ref XBT_API]::[\ref XBT_config] - *
Prev [\ref XBT_cfg_decl] - *
Next [\ref XBT_cfg_get]
- * * This how to add new variables to an existing configuration set. Use it to make your code * configurable. * @@ -196,10 +179,6 @@ void xbt_cfg_empty(xbt_cfg_t cfg, const char *name); /** @defgroup XBT_cfg_get Getting the stored values * @ingroup XBT_config * - *
Top [\ref index]::[\ref XBT_API]::[\ref XBT_config] - *
Prev [\ref XBT_cfg_register] - *
Next
- * * This is how to retrieve the values stored in the configuration set. This is only * intended to configurable code, naturally. *