diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-05-16 10:07:22 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-05-16 10:07:22 (GMT) |
commit | 44904635bc78fae2ce60fc942cc5b7cba9958a34 (patch) | |
tree | 4031df0b930759962f9126116d333cec031ca5cb /doc/config.doc | |
parent | 23885c2f2db71f003578f0d1b44555c067bfd7a5 (diff) | |
download | Doxygen-44904635bc78fae2ce60fc942cc5b7cba9958a34.zip Doxygen-44904635bc78fae2ce60fc942cc5b7cba9958a34.tar.gz Doxygen-44904635bc78fae2ce60fc942cc5b7cba9958a34.tar.bz2 |
Release-1.4.3
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/config.doc b/doc/config.doc index f27f4a3..9a16a7b 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -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> |