From 2f26dfb5d7caf74bbfa5901b5fbb1cc8fb110a8c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 10 Sep 2018 00:06:27 +0900 Subject: Fixed incorrect rename of QT_AUTOBRIEF. Signed-off-by: Michele Calgaro --- Doxyfile.global | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Doxyfile.global') 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 /// -- cgit v1.2.3