Commit 115c6c02 authored by dimitri's avatar dimitri
Browse files

Release-1.5.3-20070815

parent a56b6170
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.5.3
DOXYGEN Version 1.5.3-20070815


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 (27 July 2007)
Dimitri van Heesch (15 August 2007)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.5.3
DOXYGEN Version 1.5.3_20070815


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) (27 July 2007)
Dimitri van Heesch (dimitri@stack.nl) (15 August 2007)
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ doxygen_version_minor=5
doxygen_version_revision=3
doxygen_version_revision=3


#NOTE: Setting version_mmn to "NO" will omit mmn info from the package.
#NOTE: Setting version_mmn to "NO" will omit mmn info from the package.
doxygen_version_mmn=NO
doxygen_version_mmn=20070815


bin_dirs=`echo $PATH | sed -e "s/:/ /g"`
bin_dirs=`echo $PATH | sed -e "s/:/ /g"`


+2 −2
Original line number Original line Diff line number Diff line
@@ -93,12 +93,12 @@ or
Some people like to make their comment blocks more visible in the
Some people like to make their comment blocks more visible in the
documentation. For this purpose you can use the following:
documentation. For this purpose you can use the following:



\verbatim
\verbatim
/************************************************
/********************************************//**
 *  ... text
 *  ... text
 ***********************************************/
 ***********************************************/
\endverbatim
\endverbatim
(note the 2 slashes to end the normal comment block and start a special comment block).


or
or


+2 −2
Original line number Original line Diff line number Diff line
@@ -95,9 +95,9 @@ valid commands in \f$\mbox{\LaTeX}\f$'s math-mode. For the third command
the section should contain valid command for the specific environment.
the section should contain valid command for the specific environment.


\warning Currently, doxygen is not very fault tolerant in recovering 
\warning Currently, doxygen is not very fault tolerant in recovering 
from typos in formulas. It may have to be necessary to remove the
from typos in formulas. It may be necessary to remove the
file <code>formula.repository</code> that is written to the html directory to 
file <code>formula.repository</code> that is written to the html directory to 
a rid of an incorrect formula
get rid of an incorrect formula.


\htmlonly
\htmlonly
Go to the <a href="diagrams.html">next</a> section or return to the
Go to the <a href="diagrams.html">next</a> section or return to the
Loading