From 48c3a8208d882f31be62f6a3dbcc55805d4ec5c3 Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Tue, 21 Feb 2023 02:44:57 +0100 Subject: [PATCH] doc: tweak doxygen a bit --- doc/xbps_api_doxyfile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/xbps_api_doxyfile.in b/doc/xbps_api_doxyfile.in index 48e3b211..cc3bd516 100644 --- a/doc/xbps_api_doxyfile.in +++ b/doc/xbps_api_doxyfile.in @@ -313,7 +313,7 @@ SUBGROUPING = YES # @ingroup) instead of on a separate page (for HTML and Man pages) or # section (for LaTeX and RTF). -INLINE_GROUPED_CLASSES = NO +INLINE_GROUPED_CLASSES = YES # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and # unions with only public data fields will be shown inline in the documentation @@ -464,14 +464,14 @@ INLINE_INFO = YES # alphabetically by member name. If set to NO the members will appear in # declaration order. -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically # by member name. If set to NO (the default) the members will appear in # declaration order. -SORT_BRIEF_DOCS = YES +SORT_BRIEF_DOCS = NO # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen # will sort the (brief and detailed) documentation of class members so that