diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 8e45e453467a1bad800d233069015840d118561b..386ae2dd8900486f33187d0303258c0d09900c99 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -402,7 +402,7 @@ 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. @@ -414,7 +414,7 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined # locally in source files will be included in the documentation. If set to NO