diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 6f49b5bc..90dd3b9e 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -402,13 +402,13 @@ EXTRACT_ALL = NO # be included in the documentation. # The default value is: NO. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal # scope will be included in the documentation. # The default value is: NO. -EXTRACT_PACKAGE = NO +EXTRACT_PACKAGE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file will be # included in the documentation.