Skip to content

Commit 48c3a82

Browse files
committed
doc: tweak doxygen a bit
1 parent 426b309 commit 48c3a82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/xbps_api_doxyfile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ SUBGROUPING = YES
313313
# @ingroup) instead of on a separate page (for HTML and Man pages) or
314314
# section (for LaTeX and RTF).
315315

316-
INLINE_GROUPED_CLASSES = NO
316+
INLINE_GROUPED_CLASSES = YES
317317

318318
# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
319319
# unions with only public data fields will be shown inline in the documentation
@@ -464,14 +464,14 @@ INLINE_INFO = YES
464464
# alphabetically by member name. If set to NO the members will appear in
465465
# declaration order.
466466

467-
SORT_MEMBER_DOCS = YES
467+
SORT_MEMBER_DOCS = NO
468468

469469
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
470470
# brief documentation of file, namespace and class members alphabetically
471471
# by member name. If set to NO (the default) the members will appear in
472472
# declaration order.
473473

474-
SORT_BRIEF_DOCS = YES
474+
SORT_BRIEF_DOCS = NO
475475

476476
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
477477
# will sort the (brief and detailed) documentation of class members so that

0 commit comments

Comments
 (0)