@@ -147,15 +147,15 @@ SHORT_NAMES = NO
147
147
# comments will behave just like regular Qt-style comments
148
148
# (thus requiring an explicit @brief command for a brief description.)
149
149
150
- JAVADOC_AUTOBRIEF = NO
150
+ JAVADOC_AUTOBRIEF = YES
151
151
152
152
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
153
153
# interpret the first line (until the first dot) of a Qt-style
154
154
# comment as the brief description. If set to NO, the comments
155
155
# will behave just like regular Qt-style comments (thus requiring
156
156
# an explicit \brief command for a brief description.)
157
157
158
- QT_AUTOBRIEF = NO
158
+ QT_AUTOBRIEF = YES
159
159
160
160
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
161
161
# treat a multi-line C++ special comment block (i.e. a block of //! or ///
@@ -281,7 +281,7 @@ SUBGROUPING = YES
281
281
# be useful for C code in case the coding convention dictates that all compound
282
282
# types are typedef'ed and only the typedef is referenced, never the tag name.
283
283
284
- TYPEDEF_HIDES_STRUCT = NO
284
+ TYPEDEF_HIDES_STRUCT = YES
285
285
286
286
# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
287
287
# determine which symbols to keep in memory and which to flush to disk.
@@ -430,7 +430,7 @@ SORT_BRIEF_DOCS = NO
430
430
# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
431
431
# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
432
432
433
- SORT_MEMBERS_CTORS_1ST = NO
433
+ SORT_MEMBERS_CTORS_1ST = YES
434
434
435
435
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
436
436
# hierarchy of group names into alphabetical order. If set to NO (the default)
@@ -1334,7 +1334,7 @@ ENABLE_PREPROCESSING = YES
1334
1334
# compilation will be performed. Macro expansion can be done in a controlled
1335
1335
# way by setting EXPAND_ONLY_PREDEF to YES.
1336
1336
1337
- MACRO_EXPANSION = NO
1337
+ MACRO_EXPANSION = YES
1338
1338
1339
1339
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1340
1340
# then the macro expansion is limited to the macros specified with the
0 commit comments