Commit 37905e0a authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.1.2-20000417

parent 3120c683
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
DOXYGEN Version 1.1.2
DOXYGEN Version 1.1.2-20000417

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

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

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

Enjoy,

Dimitri van Heesch (09 April 2000)
Dimitri van Heesch (17 April 2000)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.1.2
DOXYGEN Version 1.1.2-20000417

Please read INSTALL for compilation instructions.

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

Enjoy,

Dimitri van Heesch (09 April 2000)
Dimitri van Heesch (17 April 2000)
+1 −1
Original line number Diff line number Diff line
1.1.2
1.1.2-20000417
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@

Although doxygen can be used in any C or C++ project, it was specifically
designed to be used for projects that make use of Troll Tech's 
<A HREF="http://www.troll.no/qt">Qt toolkit</A>. I have tried to make doxygen 
<A HREF="http://www.trolltech.com/products/qt.html">Qt toolkit</A>. I have tried to make doxygen 
`Qt-compatible'. That is: Doxygen can read the documentation contained in 
the Qt source code and create a class browser that looks very similar to the 
one that is generated by Troll Tech. Doxygen understands the C++ extensions 
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ GNU General Public License</a>
for more details.
<p>
It is hereby explicitly allowed that this program may be linked against 
<a href="http://www.troll.no/qt">Troll Tech's Qt library</a>, 
<a href="http://www.trolltech.com/products/qt.html">Troll Tech's Qt library</a>, 
and distributed, without the GPL applying to Qt.
<p>
Documents produced by Doxygen are derivative works derived from the
Loading