diff --git a/eo/doc/eo.cfg b/eo/doc/eo.cfg index b53502d3..4d2ad8eb 100644 --- a/eo/doc/eo.cfg +++ b/eo/doc/eo.cfg @@ -198,12 +198,12 @@ EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -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.