From a3b652c83ed8d2ca366e48f5e0f296b43f661f88 Mon Sep 17 00:00:00 2001 From: Andreas Paschos Date: Tue, 21 Aug 2018 17:22:50 +0100 Subject: [PATCH 1/3] Change the order of appearance of class methods Constuctors and destructors for each class appear before the rest of the methods. The rest appear in alphabetical order as set by SORT_MEMBER_DOCS. --- src/doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doxyfile b/src/doxyfile index 13deebd5e46..2c67ffb1ef9 100644 --- a/src/doxyfile +++ b/src/doxyfile @@ -571,7 +571,7 @@ SORT_BRIEF_DOCS = NO # detailed member documentation. # The default value is: NO. -SORT_MEMBERS_CTORS_1ST = NO +SORT_MEMBERS_CTORS_1ST = YES # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy # of group names into alphabetical order. If set to NO the group names will From 4bbaa9df7961d075fab467bf1b4a0dee33d8760f Mon Sep 17 00:00:00 2001 From: Andreas Paschos Date: Tue, 21 Aug 2018 17:39:30 +0100 Subject: [PATCH 2/3] Remove references from and to other functions --- src/doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doxyfile b/src/doxyfile index 2c67ffb1ef9..fe7519b5a49 100644 --- a/src/doxyfile +++ b/src/doxyfile @@ -955,13 +955,13 @@ STRIP_CODE_COMMENTS = YES # function all documented functions referencing it will be listed. # The default value is: NO. -REFERENCED_BY_RELATION = YES +REFERENCED_BY_RELATION = NO # If the REFERENCES_RELATION tag is set to YES then for each documented function # all documented entities called/used by that function will be listed. # The default value is: NO. -REFERENCES_RELATION = YES +REFERENCES_RELATION = NO # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set # to YES then the hyperlinks from functions in REFERENCES_RELATION and From 740eed72a6c1ce402b5cb707ce6f038474adc789 Mon Sep 17 00:00:00 2001 From: Andreas Paschos Date: Tue, 21 Aug 2018 17:41:27 +0100 Subject: [PATCH 3/3] Collapse by default the dependency graphs Hide by default the dot graphs that show the dependencies of the class at the beginning of the page. --- src/doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doxyfile b/src/doxyfile index fe7519b5a49..a064b94655c 100644 --- a/src/doxyfile +++ b/src/doxyfile @@ -1190,7 +1190,7 @@ HTML_TIMESTAMP = NO # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_DYNAMIC_SECTIONS = NO +HTML_DYNAMIC_SECTIONS = YES # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries # shown in the various tree structured indices initially; the user can expand