Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics. Remove unused part
authornavarro <navarro@caraja.(none)>
Mon, 29 Oct 2012 14:50:31 +0000 (15:50 +0100)
committernavarro <navarro@caraja.(none)>
Mon, 29 Oct 2012 14:50:31 +0000 (15:50 +0100)
buildtools/Cmake/GenerateDevGuide.cmake
doc/dev_guide/doxygen/DevGuideDoxyfile.in
doc/dev_guide/doxygen/simgrid.doc

index 8b09f5b..720cc85 100644 (file)
@@ -35,7 +35,6 @@ if(DOXYGEN_PATH)
   ADD_CUSTOM_COMMAND(TARGET dev_guide
     COMMAND ${CMAKE_COMMAND} -E echo "XX First Doxygen pass"
     COMMAND ${DOXYGEN_PATH}/doxygen DevGuideDoxyfile
   ADD_CUSTOM_COMMAND(TARGET dev_guide
     COMMAND ${CMAKE_COMMAND} -E echo "XX First Doxygen pass"
     COMMAND ${DOXYGEN_PATH}/doxygen DevGuideDoxyfile
-    COMMAND ${CMAKE_HOME_DIRECTORY}/tools/doxygen/index_create.pl ../../shared/doxygen/simgriddevguide.tag index-API.doc
 
     COMMAND ${CMAKE_COMMAND} -E echo "XX Second Doxygen pass"
     COMMAND ${DOXYGEN_PATH}/doxygen DevGuideDoxyfile
 
     COMMAND ${CMAKE_COMMAND} -E echo "XX Second Doxygen pass"
     COMMAND ${DOXYGEN_PATH}/doxygen DevGuideDoxyfile
index 698cce1..003dd44 100644 (file)
@@ -661,7 +661,7 @@ WARN_LOGFILE           =
 INPUT                  = index.doc \
                          simgrid.doc \
                          xps.doc \
 INPUT                  = index.doc \
                          simgrid.doc \
                          xps.doc \
-                         cmake.doc                      
+                         cmake.doc
 
 ###################################################
 ##  PLEASE DON'T MESS WITH THE ORDER OF EXAMPLES ## (unless you know what you are doing, of course)
 
 ###################################################
 ##  PLEASE DON'T MESS WITH THE ORDER OF EXAMPLES ## (unless you know what you are doing, of course)
@@ -727,12 +727,7 @@ EXCLUDE_SYMBOLS        =
 # directories that contain example code fragments that are included (see
 # the \include command).
 
 # directories that contain example code fragments that are included (see
 # the \include command).
 
-EXAMPLE_PATH           = ./ \
-                         @top_srcdir@/doc/gtut-files \
-                         @top_srcdir@/src/surf/ \
-                         @top_srcdir@/src/xbt/ \
-                         @top_srcdir@/examples \
-                         @top_srcdir@/testsuite
+EXAMPLE_PATH           = ./
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -1565,12 +1560,12 @@ SKIP_FUNCTION_MACROS   = YES
 # NOT include the path). 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.
 
 # NOT include the path). 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               = ../../shared/doxygen/simgriddevguide.tag=../../dev_guide/html/
+TAGFILES               = @CMAKE_HOME_DIRECTORY@/doc/shared/doxygen/simgriddevguide.tag
 
 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
 # a tag file that is based on the input files it reads.
 
 
 # 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       = ../../shared/doxygen/simgriddevguide.tag
+GENERATE_TAGFILE       = @CMAKE_HOME_DIRECTORY@/doc/shared/doxygen/simgriddevguide.tag
 
 # 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
 
 # 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
index a458206..ea13aa6 100644 (file)
@@ -1,4 +1,5 @@
-/*! \page simgrid SimGrid Developer Guide - SimGrid
+/*! 
+\page simgrid SimGrid Developer Guide - SimGrid
 
 \section simgrid_dev_guide_api How to add a new MSG function?
 \section simgrid_dev_guide_model How to add a new model in surf?
 
 \section simgrid_dev_guide_api How to add a new MSG function?
 \section simgrid_dev_guide_model How to add a new model in surf?