Commit 530402f7 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.4.3

parent 5bd970b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.4.2-20050508
DOXYGEN Version 1.4.3

Please read the installation section of the manual 
(http://www.doxygen.org/install.html) for instructions.

--------
Dimitri van Heesch (08 May 2005)
Dimitri van Heesch (16 May 2005)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.4.2_20050508
DOXYGEN Version 1.4.3

Please read INSTALL for compilation instructions.

@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.

Enjoy,

Dimitri van Heesch (dimitri@stack.nl) (08 May 2005)
Dimitri van Heesch (dimitri@stack.nl) (16 May 2005)
+1 −1
Original line number Diff line number Diff line
1.4.2-20050508
1.4.3
+1 −1
Original line number Diff line number Diff line
#! /bin/bash
#! /bin/sh
#
# $Id$
#
+13 −1
Original line number Diff line number Diff line
@@ -914,7 +914,19 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
 If the \c USE_HTAGS tag is set to \c YES then the references to source code
 will point to the HTML generated by the htags(1) tool instead of doxygen
 built-in source browser. The htags tool is part of GNU's global source
 tagging system (see http://www.gnu.org/software/global/global.html)
 tagging system (see http://www.gnu.org/software/global/global.html).
 The use it do the following:

 -# Install the latest version of global (i.e. 4.8.6 or better)
 -# Enable SOURCE_BROWSER and USE_HTAGS in the config file
 -# Make sure the INPUT points to the root of the source tree
 -# Run doxygen as normal

 Doxygen will invoke htags (and that will in turn invoke gtags), so these tools
 must be available from the command line (i.e. in the search path).

 The result: instead of the source browser generated by doxygen, the links to
 source code will now point to the output of htags.

</dl>

Loading