diff options
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"); |