Skip to content

Commit 4e4fb89

Browse files
author
Ming
committed
issue #170
1 parent dad6596 commit 4e4fb89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doxygen.config

+5-5
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ SHORT_NAMES = NO
147147
# comments will behave just like regular Qt-style comments
148148
# (thus requiring an explicit @brief command for a brief description.)
149149

150-
JAVADOC_AUTOBRIEF = NO
150+
JAVADOC_AUTOBRIEF = YES
151151

152152
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
153153
# interpret the first line (until the first dot) of a Qt-style
154154
# comment as the brief description. If set to NO, the comments
155155
# will behave just like regular Qt-style comments (thus requiring
156156
# an explicit \brief command for a brief description.)
157157

158-
QT_AUTOBRIEF = NO
158+
QT_AUTOBRIEF = YES
159159

160160
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
161161
# treat a multi-line C++ special comment block (i.e. a block of //! or ///
@@ -281,7 +281,7 @@ SUBGROUPING = YES
281281
# be useful for C code in case the coding convention dictates that all compound
282282
# types are typedef'ed and only the typedef is referenced, never the tag name.
283283

284-
TYPEDEF_HIDES_STRUCT = NO
284+
TYPEDEF_HIDES_STRUCT = YES
285285

286286
# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
287287
# determine which symbols to keep in memory and which to flush to disk.
@@ -430,7 +430,7 @@ SORT_BRIEF_DOCS = NO
430430
# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
431431
# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
432432

433-
SORT_MEMBERS_CTORS_1ST = NO
433+
SORT_MEMBERS_CTORS_1ST = YES
434434

435435
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
436436
# hierarchy of group names into alphabetical order. If set to NO (the default)
@@ -1334,7 +1334,7 @@ ENABLE_PREPROCESSING = YES
13341334
# compilation will be performed. Macro expansion can be done in a controlled
13351335
# way by setting EXPAND_ONLY_PREDEF to YES.
13361336

1337-
MACRO_EXPANSION = NO
1337+
MACRO_EXPANSION = YES
13381338

13391339
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
13401340
# then the macro expansion is limited to the macros specified with the

0 commit comments

Comments
 (0)