Commit 4a933976 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.5.3-20070815

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

Please read the installation section of the manual 
(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 Diff line number Diff line
DOXYGEN Version 1.5.3
DOXYGEN Version 1.5.3_20070815

Please read INSTALL for compilation instructions.

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

Enjoy,

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

#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"`

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


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

or

+2 −2
Original line number 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.

\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 
a rid of an incorrect formula
get rid of an incorrect formula.

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