Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DOC] hide a bit the structure list, nobody cares
[simgrid.git] / tools / doxygen / index_create.pl
index b9474656c26c38bf164d80a63279b2cd5b267d4b..2ab288c14f7e9266bcc8ee0b3645647c3f999118 100755 (executable)
@@ -37,13 +37,18 @@ close FILE;
 
 open OUTPUT,"> $output";
 print OUTPUT <<EOF;
-/** \\defgroup API_index Index of the API
+This file was generated by tools/doxygen/index_create.pl. DO NOT EDIT.
+
+/** \\defgroup API_index Full Index
   * \\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
-  * links to the files they belong to.
+  * links to the files they belong to. 
+  *
+  * \\htmlonly Altough completely useless, the complete list of structures defined can be found <a href="annotated.html">here</a> \\endhtmlonly
+
 
 EOF