Commit fa7e8208 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.2.14

parent 37dc8d46
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -95,7 +95,7 @@ IGNORE_PREFIX =
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# configuration options related to the HTML output
# configuration options related to the HTML output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
GENERATE_HTML          = NO
GENERATE_HTML          = YES
HTML_OUTPUT            = 
HTML_OUTPUT            = 
HTML_HEADER            = 
HTML_HEADER            = 
HTML_FOOTER            = 
HTML_FOOTER            = 
@@ -140,7 +140,7 @@ MAN_LINKS = NO
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# configuration options related to the XML output
# configuration options related to the XML output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
GENERATE_XML           = YES
GENERATE_XML           = NO
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
@@ -168,7 +168,7 @@ PERL_PATH = /usr/bin/perl
# Configuration options related to the dot tool   
# Configuration options related to the dot tool   
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
CLASS_DIAGRAMS         = NO
CLASS_DIAGRAMS         = NO
HAVE_DOT               = NO
HAVE_DOT               = YES
CLASS_GRAPH            = YES
CLASS_GRAPH            = YES
COLLABORATION_GRAPH    = YES
COLLABORATION_GRAPH    = YES
TEMPLATE_RELATIONS     = YES
TEMPLATE_RELATIONS     = YES
@@ -176,6 +176,7 @@ HIDE_UNDOC_RELATIONS = YES
INCLUDE_GRAPH          = YES
INCLUDE_GRAPH          = YES
INCLUDED_BY_GRAPH      = NO
INCLUDED_BY_GRAPH      = NO
GRAPHICAL_HIERARCHY    = YES
GRAPHICAL_HIERARCHY    = YES
DOT_IMAGE_FORMAT       = png
DOT_PATH               = 
DOT_PATH               = 
DOTFILE_DIRS           = 
DOTFILE_DIRS           = 
MAX_DOT_GRAPH_WIDTH    = 1024
MAX_DOT_GRAPH_WIDTH    = 1024
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.13-20020210
DOXYGEN Version 1.2.14


Please read the installation section of the manual for instructions.
Please read the installation section of the manual for instructions.


--------
--------
Dimitri van Heesch (10 February 2002)
Dimitri van Heesch (17 February 2002)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.13_20020210
DOXYGEN Version 1.2.14


Please read INSTALL for compilation instructions.
Please read INSTALL for compilation instructions.


@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.


Enjoy,
Enjoy,


Dimitri van Heesch (dimitri@stack.nl) (10 February 2002)
Dimitri van Heesch (dimitri@stack.nl) (17 February 2002)
+1 −1
Original line number Original line Diff line number Diff line
1.2.13-20020210
1.2.14
+1 −1
Original line number Original line Diff line number Diff line
@@ -151,7 +151,7 @@ PERL_PATH =
# Configuration options related to the dot tool   
# Configuration options related to the dot tool   
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
CLASS_DIAGRAMS         = NO
CLASS_DIAGRAMS         = NO
HAVE_DOT               = YES
HAVE_DOT               = NO
CLASS_GRAPH            = YES
CLASS_GRAPH            = YES
COLLABORATION_GRAPH    = YES
COLLABORATION_GRAPH    = YES
TEMPLATE_RELATIONS     = YES
TEMPLATE_RELATIONS     = YES
Loading