Commit a6cb7ef1 authored by mueller's avatar mueller
Browse files

mods for doxygen-0.49-990522

parent 719f0a35
Loading
Loading
Loading
Loading
+13 −4
Original line number Diff line number Diff line
DOXYGEN Version 0.49-990425
DOXYGEN Version 0.49-990522

INSTALLATION INSTRUCTIONS FOR UNIX:
-----------------------------------

1.  Unpack the archive, unless you already have:
   
    gunzip doxygen-0.49-990425.src.tar.gz    # uncompress the archive
    tar xf doxygen-0.49-990425.src.tar       # unpack it
    gunzip doxygen-0.49-990522.src.tar.gz    # uncompress the archive
    tar xf doxygen-0.49-990522.src.tar       # unpack it

2.  Make sure Qt is installed properly (check the environment variable $QTDIR)

@@ -80,6 +80,10 @@ You will need to install the windows/dos versions of following tools:
      X-windows version as well!)
- Microsoft Visual C++ version 5.0, use the vcvars32.bat to set the environment
  variables.
- If you used WinZip to extract the tar archive it will (apparently) not 
  create empty folders, so you have to add the folders
  `objects' and `bin' manually in the root of the distribution before 
  compiling.

Make sure all tools are accessible from the command-line.

@@ -97,6 +101,11 @@ nmake -f Makefile.windows examples
-----------------------------------------------------------------------------
KNOWN CONFIGURATION PROBLEMS

HTML RELATED PROBLEMS:
- the indent continuously increases.
  This seems to be a problem that can be observed with Netscape 4.01.
  It is not present in many later and earlier versions.

LATEX RELATED PROBLEMS:

- the LaTeX translation of HTML tables doesn't seem to work for all 
@@ -129,4 +138,4 @@ The latest version of doxygen can be obtained at

Enjoy,

Dimitri van Heesch (25 April 1999)
Dimitri van Heesch (22 May 1999)
+1 −1
Original line number Diff line number Diff line
@@ -9,4 +9,4 @@ PERL = perl
# The values below should probably be left unmodified
TAR     = tar   # name of the GNU tar tool
TMAKE   = ../tmake/bin/tmake
VERSION = 0.49-990425
VERSION = 0.49-990522
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 0.49-990425
DOXYGEN Version 0.49-990522

Please read INSTALL for compilation instructions.

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

Enjoy,

Dimitri van Heesch (25 April 1999)
Dimitri van Heesch (22 May 1999)
+2 −15
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
  Most documentation systems have special `see also' sections where links
  to other pieces of documentation can be inserted.
  Although doxygen also has a command to start such a section (See section
  \ref cmdsa), it does allow you to put these kind of links anywhere in the
  \ref cmdsa "\\sa"), it does allow you to put these kind of links anywhere in the
  documentation. 
  For \f$\mbox{\LaTeX}\f$ documentation a reference to the page number
  is written instead of a link. Furthermore, the index at the end of the 
@@ -93,20 +93,7 @@
  for the corresponding HTML documentation that is generated by Doxygen.
  \endhtmlonly

  \subsection resolving Resolving of defines and typedefs.

  Macro definitions of the form:
\verbatim
#define TypeName ClassName
\endverbatim
  will be resolved inside documentation blocks.

  \par Example:
  \verbinclude resdefine.cpp
  \htmlonly
  Click <a href="$(DOXYGEN_DOCDIR)/examples/resdefine/html/exportedname.html">here</a> 
  for the corresponding HTML documentation that is generated by Doxygen.
  \endhtmlonly
  \subsection resolving typedefs.

  Typedefs that involve classes, structs and unions, like
\verbatim
+122 −89

File changed.

Preview size limit exceeded, changes collapsed.

Loading