Fixed incorrect rename of QT_AUTOBRIEF.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 6 years ago committed by Slávek Banko
parent e9de3f5ab0
commit 2f26dfb5d7
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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 ///

Loading…
Cancel
Save