[Lemon-commits] [lemon_svn] ladanyi: r1739 - in hugo/branches/akos: . doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:47:16 CET 2006


Author: ladanyi
Date: Tue Apr  5 10:18:49 2005
New Revision: 1739

Added:
   hugo/branches/akos/doc/Doxyfile.in
      - copied, changed from r1700, /hugo/branches/akos/doc/Doxyfile
Removed:
   hugo/branches/akos/doc/Doxyfile
Modified:
   hugo/branches/akos/configure.ac

Log:
 - updated Doxyfile to v1.4.2
 - renamed Doxyfile to Doxyfile.in
 - now configure substitutes PROJECT_NAME and PROJECT_NUMBER in Doxyfile.in
 - added Doxyfile to AC_CONFIG_FILES


Modified: hugo/branches/akos/configure.ac
==============================================================================
--- hugo/branches/akos/configure.ac	(original)
+++ hugo/branches/akos/configure.ac	Tue Apr  5 10:18:49 2005
@@ -32,6 +32,7 @@
 Makefile
 autopackage/default.apspec
 doc/Makefile
+doc/Doxyfile
 src/Makefile
 src/lemon/Makefile
 src/lemon/lemon.pc

Copied: hugo/branches/akos/doc/Doxyfile.in (from r1700, /hugo/branches/akos/doc/Doxyfile)
==============================================================================
--- /hugo/branches/akos/doc/Doxyfile	(original)
+++ hugo/branches/akos/doc/Doxyfile.in	Tue Apr  5 10:18:49 2005
@@ -1,4 +1,4 @@
-# Doxyfile 1.4.0
+# Doxyfile 1.4.2
 
 # This file describes the settings to be used by the documentation system
 # doxygen (www.doxygen.org) for a project
@@ -17,13 +17,13 @@
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = LEMON
+PROJECT_NAME           = @PACKAGE_NAME@
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.4
+PROJECT_NUMBER         = @PACKAGE_VERSION@
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -168,6 +168,12 @@
 
 DISTRIBUTE_GROUP_DOC   = NO
 
+# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 
+# a new page for each member. If set to NO, the documentation of a member will 
+# be part of the file/class/namespace that contains it.
+
+SEPARATE_MEMBER_PAGES  = NO
+
 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 
 # Doxygen uses this value to replace tabs by spaces in code fragments.
 
@@ -445,7 +451,7 @@
 # with spaces.
 
 INPUT                  = mainpage.dox \
-			 getstart.dox \
+                         getstart.dox \
                          quicktour.dox \
                          demoprograms.dox \
                          graphs.dox \
@@ -459,7 +465,7 @@
                          developers_interface.dox \
                          graph_io.dox \
                          dirs.dox \
-			 gwrappers.dox \
+                         gwrappers.dox \
                          ../src/lemon \
                          ../src/lemon/concept \
                          ../src/test/test_tools.h
@@ -1157,7 +1163,7 @@
 DOT_IMAGE_FORMAT       = png
 
 # The tag DOT_PATH can be used to specify the path where the dot tool can be 
-# found. If left blank, it is assumed the dot tool can be found on the path.
+# found. If left blank, it is assumed the dot tool can be found in the path.
 
 DOT_PATH               = 
 



More information about the Lemon-commits mailing list