Commit 25a65bed authored by dimitri's avatar dimitri
Browse files

Release-1.3.2

parent d863498b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -72,6 +72,7 @@ EXCLUDE = src/code.cpp \
                         src/suffixtree.h \
                         src/suffixtree.h \
                         src/searchindex.cpp \
                         src/searchindex.cpp \
                         src/searchindex.h \
                         src/searchindex.h \
                         src/commentcnv.cpp
EXCLUDE_PATTERNS       = 
EXCLUDE_PATTERNS       = 
EXAMPLE_PATH           = 
EXAMPLE_PATH           = 
EXAMPLE_PATTERNS       = 
EXAMPLE_PATTERNS       = 
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.3.1-20030609
DOXYGEN Version 1.3.2


Please read the installation section of the manual 
Please read the installation section of the manual 
(http://www.doxygen.org/install.html) for instructions.
(http://www.doxygen.org/install.html) for instructions.


--------
--------
Dimitri van Heesch (09 June 2003)
Dimitri van Heesch (15 June 2003)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.3.1_20030609
DOXYGEN Version 1.3.2


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) (09 June 2003)
Dimitri van Heesch (dimitri@stack.nl) (15 June 2003)
+1 −1
Original line number Original line Diff line number Diff line
1.3.1-20030609
1.3.2
+2 −2
Original line number Original line Diff line number Diff line
@@ -1411,9 +1411,9 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre>
 If the \c CLASS_DIAGRAMS tag is set to \c YES (the default) doxygen will
 If the \c CLASS_DIAGRAMS tag is set to \c YES (the default) doxygen will
 generate a class diagram (in HTML and \f$\mbox{\LaTeX}\f$) for classes with base or
 generate a class diagram (in HTML and \f$\mbox{\LaTeX}\f$) for classes with base or
 super classes. Setting the tag to \c NO turns the diagrams off.
 super classes. Setting the tag to \c NO turns the diagrams off.
 Note that this option is superseded by the HAVE_DOT option below. 
 Note that this option is superceded by the HAVE_DOT option below. 
 This is only a fallback. It is recommended to install and use dot, 
 This is only a fallback. It is recommended to install and use dot, 
 since it yield more powerful graphs. 
 since it yields more powerful graphs. 


\anchor cfg_have_dot
\anchor cfg_have_dot
<dt>\c HAVE_DOT <dd>
<dt>\c HAVE_DOT <dd>
Loading