summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-10 00:06:27 +0900
committerSlávek Banko <slavek.banko@axis.cz>2018-09-16 17:59:45 +0200
commit2f26dfb5d7caf74bbfa5901b5fbb1cc8fb110a8c (patch)
tree89fd2d1cb2728b40ea93dde55ccbbc6750ae0db1
parente9de3f5ab0cce2d4865a4140e5b4732e0c6d6e17 (diff)
downloadadmin-2f26dfb5d7caf74bbfa5901b5fbb1cc8fb110a8c.tar.gz
admin-2f26dfb5d7caf74bbfa5901b5fbb1cc8fb110a8c.zip
Fixed incorrect rename of QT_AUTOBRIEF.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 ///