Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the argc/argv version of simcall_process_create
[simgrid.git] / src / simix / smx_environment.cpp
index 94b2e6e..70150a9 100644 (file)
@@ -7,26 +7,26 @@
 #include "src/include/surf/surf.hpp"
 #include "xbt/xbt_os_time.h"
 
+#include <simgrid/Exception.hpp>
 #include <simgrid/engine.h>
-#include <xbt/ex.hpp>
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_environment, simix, "Logging specific to SIMIX (environment)");
 
 /********************************* 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)