Commit 0e7fba15 authored by dimitri's avatar dimitri
Browse files

Release-1.1.2-20000417

parent 0001e1e2
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.1.2
DOXYGEN Version 1.1.2-20000417


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.2.src.tar.gz    # uncompress the archive
     gunzip doxygen-1.1.2-20000417.src.tar.gz    # uncompress the archive
     tar xf doxygen-1.1.2.src.tar       # unpack it
     tar xf doxygen-1.1.2-20000417.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 (09 April 2000)
Dimitri van Heesch (17 April 2000)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.1.2
DOXYGEN Version 1.1.2-20000417


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 (09 April 2000)
Dimitri van Heesch (17 April 2000)
+1 −1
Original line number Original line Diff line number Diff line
1.1.2
1.1.2-20000417
+1 −1
Original line number Original line Diff line number Diff line
@@ -79,7 +79,7 @@


Although doxygen can be used in any C or C++ project, it was specifically
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 
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 
`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 
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 
one that is generated by Troll Tech. Doxygen understands the C++ extensions 
+1 −1
Original line number Original line Diff line number Diff line
@@ -40,7 +40,7 @@ GNU General Public License</a>
for more details.
for more details.
<p>
<p>
It is hereby explicitly allowed that this program may be linked against 
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.
and distributed, without the GPL applying to Qt.
<p>
<p>
Documents produced by Doxygen are derivative works derived from the
Documents produced by Doxygen are derivative works derived from the
Loading