Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stop using our own variable, and use the classical
[simgrid.git] / tools / doxygen / index_create.pl
index 857fa1b509e3ca4f187d1dc96ad9469ab77c0fb5..9be03abd71e26acabef0f43f89c13d5a5db424f7 100755 (executable)
@@ -39,9 +39,11 @@ open OUTPUT,"> $output";
 print OUTPUT <<EOF;
 /** \\defgroup API_index Index of the API
   * \\ingroup SimGrid_API
 print OUTPUT <<EOF;
 /** \\defgroup API_index Index of the API
   * \\ingroup SimGrid_API
+  * \\brief The alphabetical list of all functions, macros and types 
+  *  defined by SimGrid
   *
   * List of all functions, variables, defines, enums, and typedefs with
   *
   * List of all functions, variables, defines, enums, and typedefs with
-  * links to their documentation.
+  * links to the files they belong to.
 
 EOF
 
 
 EOF