Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The grand Doxygen simplification
[simgrid.git] / doc / Doxyfile.in
similarity index 99%
rename from doc/Doxyfile.API.in
rename to doc/Doxyfile.in
index 5f1ef03..8e239b8 100644 (file)
@@ -20,7 +20,7 @@
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = SimGridAPI
+PROJECT_NAME           = SimGrid
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
@@ -33,7 +33,7 @@ PROJECT_NUMBER         =
 # If a relative path is entered, it will be relative to the location 
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = html/API/
+OUTPUT_DIRECTORY       = ./
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 
 # documentation generated by doxygen is written. Doxygen will use this 
@@ -394,7 +394,18 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = @top_srcdir@/include/ \
+INPUT                  = @srcdir@/index.doc \
+                         @srcdir@/FAQ.doc \
+                        \
+                         @srcdir@/modules.doc \
+                         @srcdir@/module-gras.doc \
+                         @srcdir@/module-xbt.doc \
+                         @srcdir@/module-msg.doc \
+                        \
+                         ./api_index.doc \
+                         ./logcategories.doc \
+                        \
+                         @top_srcdir@/include/ \
                          @top_srcdir@/include/msg \
                          @top_srcdir@/include/gras \
                          @top_srcdir@/include/xbt \
@@ -405,13 +416,7 @@ INPUT                  = @top_srcdir@/include/ \
                          @top_srcdir@/src/gras/Msg \
                          @top_srcdir@/src/gras/Transport \
                          @top_srcdir@/src/gras/Virtu \
-                         @top_srcdir@/src/xbt/ \
-                         @srcdir@/modules.doc \
-                         @srcdir@/module-gras.doc \
-                         @srcdir@/module-xbt.doc \
-                         @srcdir@/module-msg.doc \
-                         ./api_index.doc \
-                         ./logcategories.doc
+                         @top_srcdir@/src/xbt/ 
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -449,7 +454,8 @@ EXCLUDE_PATTERNS       =
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = @top_srcdir@/src/surf/ \
+EXAMPLE_PATH           = ./ \
+                         @top_srcdir@/src/surf/ \
                          @top_srcdir@/examples \
                          @top_srcdir@/testsuite
 
@@ -972,13 +978,12 @@ SKIP_FUNCTION_MACROS   = YES
 # If a tag file is not located in the directory in which doxygen 
 # is run, you must also specify the path to the tagfile here.
 
-TAGFILES               = html/examples/examples.tag=../../examples/html \
-                         html/main.tag=../../
+TAGFILES               = 
 
 # When a file name is specified after GENERATE_TAGFILE, doxygen will create 
 # a tag file that is based on the input files it reads.
 
-GENERATE_TAGFILE       = html/API/API.tag
+GENERATE_TAGFILE       = 
 
 # If the ALLEXTERNALS tag is set to YES all external classes will be listed 
 # in the class index. If set to NO only the inherited external classes