summaryrefslogtreecommitdiffstats
path: root/Doxyfile.global
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-10 15:32:56 +0900
committerSlávek Banko <slavek.banko@axis.cz>2018-09-16 17:59:45 +0200
commitb3fb34c0ef64b0db52d44ed955580ddce773b3d9 (patch)
treea03d478f2020ac614e8e53d2207bc12120772da3 /Doxyfile.global
parent2f26dfb5d7caf74bbfa5901b5fbb1cc8fb110a8c (diff)
downloadadmin-b3fb34c0ef64b0db52d44ed955580ddce773b3d9.tar.gz
admin-b3fb34c0ef64b0db52d44ed955580ddce773b3d9.zip
Reversed some incorrect TQt renaming related to qhelpgenerator.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'Doxyfile.global')
-rw-r--r--Doxyfile.global10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doxyfile.global b/Doxyfile.global
index 43096f7..5c41093 100644
--- a/Doxyfile.global
+++ b/Doxyfile.global
@@ -905,7 +905,7 @@ TOC_EXPAND = NO
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER
# are set, an additional index file will be generated that can be used as input for
-# TQt's qhelpgenerator to generate a TQt Compressed Help (.qch) of the generated
+# Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated
# HTML documentation.
GENERATE_QHP = NO
@@ -917,13 +917,13 @@ GENERATE_QHP = NO
QCH_FILE =
# The QHP_NAMESPACE tag specifies the namespace to use when generating
-# TQt Help Project output. For more information please see
+# Qt Help Project output. For more information please see
# http://doc.qt.io/qt-5/tqthelpproject.html#namespace
QHP_NAMESPACE =
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
-# TQt Help Project output. For more information please see
+# Qt Help Project output. For more information please see
# http://doc.qt.io/qt-5/tqthelpproject.html#virtual-folders
QHP_VIRTUAL_FOLDER = doc
@@ -946,7 +946,7 @@ QHP_CUST_FILTER_ATTRS =
QHP_SECT_FILTER_ATTRS =
# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
-# be used to specify the location of TQt's qhelpgenerator.
+# be used to specify the location of Qt's qhelpgenerator.
# If non-empty doxygen will try to run qhelpgenerator on the generated
# .qhp file.
@@ -993,7 +993,7 @@ TREEVIEW_WIDTH = 250
FORMULA_FONTSIZE = 10
# When the SEARCHENGINE tag is enable doxygen will generate a search box for the HTML output. The underlying search engine uses javascript
-# and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP) or TQt help (GENERATE_QHP)
+# and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP) or Qt help (GENERATE_QHP)
# there is already a search function so this one should typically
# be disabled.