summaryrefslogtreecommitdiffstats
path: root/Doxyfile.global
diff options
context:
space:
mode:
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 8f412ac..43096f7 100644
--- a/Doxyfile.global
+++ b/Doxyfile.global
@@ -134,18 +134,18 @@ SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style
# comment as the brief description. If set to NO, the JavaDoc
-# comments will behave just like regular TQt-style comments
+# comments will behave just like regular Qt-style comments
# (thus requiring an explicit @brief command for a brief description.)
JAVADOC_AUTOBRIEF = YES
-# If the TQT_AUTOBRIEF tag is set to YES then Doxygen will
-# interpret the first line (until the first dot) of a TQt-style
+# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
+# interpret the first line (until the first dot) of a Qt-style
# comment as the brief description. If set to NO, the comments
-# will behave just like regular TQt-style comments (thus requiring
+# will behave just like regular Qt-style comments (thus requiring
# an explicit \brief command for a brief description.)
-TQT_AUTOBRIEF = NO
+QT_AUTOBRIEF = NO
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
# treat a multi-line C++ special comment block (i.e. a block of //! or ///