Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Documentation improvements
[simgrid.git] / include / gras / process.h
index 57f8b4c..3175ac2 100644 (file)
@@ -36,12 +36,8 @@ void gras_process_exit(void);
 /****************************************************************************/
 
 /** \addtogroup GRAS_globals
- *  \brief Handling global variables so that it works on simulator (Virtualization).
+ *  \brief Handling global variables so that it works on simulator.
  * 
- * <center><table><tr><td><b>Top</b>    <td> [\ref index]::[\ref GRAS_API]
- *                <tr><td><b>Prev</b>   <td> [\ref GRAS_virtu]
- *                <tr><td><b>Next</b>   <td> [\ref GRAS_emul]            </table></center>
- *
  * In GRAS, using globals is forbidden since the "processes" will
  * sometimes run as a thread inside the same process (namely, in
  * simulation mode). So, you have to put all globals in a structure, and