summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-11-14 18:24:39 (GMT)
committerGitHub <noreply@github.com>2020-11-14 18:24:39 (GMT)
commitb8a0c30248f2fd4105bb9f6c7d93589d7959cc9d (patch)
treef18bad70e777b68dab2ac31d476ce7db3553389c
parent21432ebe4d5aa7811b663da78823385fd6ca0d37 (diff)
parentbd6e1b03fc85086abcd920a9d4cee0291d8bf56f (diff)
downloadDoxygen-b8a0c30248f2fd4105bb9f6c7d93589d7959cc9d.zip
Doxygen-b8a0c30248f2fd4105bb9f6c7d93589d7959cc9d.tar.gz
Doxygen-b8a0c30248f2fd4105bb9f6c7d93589d7959cc9d.tar.bz2
Merge pull request #8173 from albert-github/feature/bug_docu_qhg
Unclear description of QHG_LOCATION
-rw-r--r--src/config.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index 861b3c6..0ec4219 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2297,7 +2297,9 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
<option type='string' id='QHG_LOCATION' format='file' defval='' depends='GENERATE_QHP'>
<docs>
<![CDATA[
- The \c QHG_LOCATION tag can be used to specify the location of Qt's qhelpgenerator.
+ The \c QHG_LOCATION tag can
+ be used to specify the location (absolute path including file name) of
+ Qt's qhelpgenerator.
If non-empty doxygen will try to run qhelpgenerator on the generated `.qhp` file.
]]>
</docs>