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 /src/config.l | |
parent | 23885c2f2db71f003578f0d1b44555c067bfd7a5 (diff) | |
download | Doxygen-44904635bc78fae2ce60fc942cc5b7cba9958a34.zip Doxygen-44904635bc78fae2ce60fc942cc5b7cba9958a34.tar.gz Doxygen-44904635bc78fae2ce60fc942cc5b7cba9958a34.tar.bz2 |
Release-1.4.3
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l index 43bfb32..bfe0e13 100644 --- a/src/config.l +++ b/src/config.l @@ -1940,7 +1940,8 @@ void Config::create() "If the USE_HTAGS tag is set to YES then the references to source code \n" "will point to the HTML generated by the htags(1) tool instead of doxygen \n" "built-in source browser. The htags tool is part of GNU's global source \n" - "tagging system (see http://www.gnu.org/software/global/global.html) \n", + "tagging system (see http://www.gnu.org/software/global/global.html). You \n" + "will need version 4.8.6 or higher. \n", FALSE ); cb->addDependency("SOURCE_BROWSER"); |