]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_environment.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/xbt_os_get_numcores()/std::thread::hardware_concurrency()/
[simgrid.git] / src / simix / smx_environment.cpp
index 94b2e6ef0c62eab1dadc85669878aaf405a4fb58..dde40f25351ff6c4f7cf7020e4df28e84595fec7 100644 (file)
@@ -15,18 +15,18 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_environment, simix, "Logging specific to S
 /********************************* SIMIX **************************************/
 
 /**
- * \brief A platform constructor.
+ * @brief A platform constructor.
  *
  * Creates a new platform, including hosts, links and the
  * routing_table.
- * \param file a filename of a xml description of a platform. This file
+ * @param file a filename of a xml description of a platform. This file
  * follows this DTD :
  *
- *     \include surfxml.dtd
+ *     @include surfxml.dtd
  *
  * Here is a small example of such a platform
  *
- *     \include small_platform.xml
+ *     @include small_platform.xml
  *
  */
 void SIMIX_create_environment(std::string file)