From 37905e0a0fcc820a556d56e609335afd21f8a929 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Mon, 17 Apr 2000 18:47:53 +0000 Subject: Release-1.1.2-20000417 --- INSTALL | 8 +++---- README | 4 ++-- VERSION | 2 +- doc/features.doc | 2 +- doc/index.doc | 2 +- doc/install.doc | 4 ++-- packages/rpm/doxygen.spec | 2 +- src/code.l | 2 +- src/config.l | 58 +++++++++++++++++++++++++++++++++++++++++++---- src/doxygen.cpp | 6 ++--- src/htmlgen.cpp | 4 ++-- src/latexgen.cpp | 8 +++++-- src/mangen.cpp | 4 ++-- src/mangen.h | 2 +- src/memberdef.cpp | 37 ++++++++++++++++++++++++++---- src/memberlist.cpp | 2 ++ src/scanner.l | 34 +++++++++++++-------------- src/util.cpp | 6 ++--- 18 files changed, 133 insertions(+), 54 deletions(-) diff --git a/INSTALL b/INSTALL index 552a022..35ff4de 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -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) diff --git a/README b/README index b7b5c61..27c3e81 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -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) diff --git a/VERSION b/VERSION index 45a1b3f..6aad396 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2 +1.1.2-20000417 diff --git a/doc/features.doc b/doc/features.doc index cf3f56a..cec1dae 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -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 -Qt toolkit. I have tried to make doxygen +Qt toolkit. 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 diff --git a/doc/index.doc b/doc/index.doc index 6c1a0ce..75404e9 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -40,7 +40,7 @@ GNU General Public License for more details.

It is hereby explicitly allowed that this program may be linked against -Troll Tech's Qt library, +Troll Tech's Qt library, and distributed, without the GPL applying to Qt.

Documents produced by Doxygen are derivative works derived from the diff --git a/doc/install.doc b/doc/install.doc index 2bf254b..461e730 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -25,8 +25,8 @@ to get the latest distribution and unpack it. If you downloaded the source distribution, you need at least the following to build the executable: