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

Release 1.1.1

parent 69124e6c
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.1.0-20000305
DOXYGEN Version 1.1.1


CONTENTS
CONTENTS
--------
--------
@@ -15,8 +15,8 @@ INSTALLATION INSTRUCTIONS FOR UNIX:


1.  Unpack the archive, unless you already have:
1.  Unpack the archive, unless you already have:
   
   
     gunzip doxygen-1.1.0-20000305.src.tar.gz    # uncompress the archive
     gunzip doxygen-1.1.1.src.tar.gz    # uncompress the archive
     tar xf doxygen-1.1.0-20000305.src.tar       # unpack it
     tar xf doxygen-1.1.1.src.tar       # unpack it


2.  Run the configure script:
2.  Run the configure script:
 
 
@@ -252,4 +252,4 @@ The latest version of doxygen can be obtained at


Enjoy,
Enjoy,


Dimitri van Heesch (05 March 2000)
Dimitri van Heesch (12 March 2000)
+1 −1
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@ ps: docs
pdf: docs
pdf: docs
	cd latex ; $(MAKE)
	cd latex ; $(MAKE)


archive: distclean
archive: clean
	tar zcvf dx`date +%y%m%d`.tgz tmake doc wintools examples bin objects \
	tar zcvf dx`date +%y%m%d`.tgz tmake doc wintools examples bin objects \
	       src configure configure.bin Makefile.in Makefile.win.in INSTALL \
	       src configure configure.bin Makefile.in Makefile.win.in INSTALL \
	       make.bat LANGUAGE.HOWTO LICENSE PLATFORMS VERSION
	       make.bat LANGUAGE.HOWTO LICENSE PLATFORMS VERSION
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.1.0-20000305
DOXYGEN Version 1.1.1


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


@@ -7,4 +7,4 @@ The latest version of doxygen can be obtained at


Enjoy,
Enjoy,


Dimitri van Heesch (05 March 2000)
Dimitri van Heesch (12 March 2000)
+1 −1
Original line number Original line Diff line number Diff line
1.1.0-20000305
1.1.1
+11 −0
Original line number Original line Diff line number Diff line
@@ -104,6 +104,7 @@ followed by the descriptions of the tags grouped by category.
<li> \refitem cfg_input_filter INPUT_FILTER
<li> \refitem cfg_input_filter INPUT_FILTER
<li> \refitem cfg_internal_docs INTERNAL_DOCS
<li> \refitem cfg_internal_docs INTERNAL_DOCS
<li> \refitem cfg_javadoc_autobrief JAVADOC_AUTOBRIEF
<li> \refitem cfg_javadoc_autobrief JAVADOC_AUTOBRIEF
<li> \refitem cfg_latex_batchmode LATEX_BATCHMODE
<li> \refitem cfg_latex_header LATEX_HEADER
<li> \refitem cfg_latex_header LATEX_HEADER
<li> \refitem cfg_latex_output LATEX_OUTPUT
<li> \refitem cfg_latex_output LATEX_OUTPUT
<li> \refitem cfg_macro_expansion MACRO_EXPANSION
<li> \refitem cfg_macro_expansion MACRO_EXPANSION
@@ -694,6 +695,16 @@ EXTRA_PACKAGES = times
 the version number of doxygen, the project name (see PROJECT_NAME), or the
 the version number of doxygen, the project name (see PROJECT_NAME), or the
 project number (see PROJECT_NUMBER).
 project number (see PROJECT_NUMBER).
   
   
\anchor cfg_latex_batchmode
<dt>\c LATEX_BATCHMODE <dd>
 \addindex LATEX_BATCHMODE

If the \c LATEX_BATCHMODE tag is set to \c YES, doxygen will add the \\batchmode.
command to the generated \f$\mbox{\LaTeX}\f$ files. This will 
instruct \f$\mbox{\LaTeX}\f$ to keep running if errors occur, instead of 
asking the user for help. This option is also used when generating formulas 
in HTML.

</dl>
</dl>


\subsection rtf_output RTF related options
\subsection rtf_output RTF related options
Loading