| Index: Doxyfile
|
| diff --git a/Doxyfile b/Doxyfile
|
| index 007f5bf26c64b652802157ce4d4e5c365caa78cb..aa1ec5acbd6f39804b6580296e77635538941328 100644
|
| --- a/Doxyfile
|
| +++ b/Doxyfile
|
| @@ -398,13 +398,13 @@ LOOKUP_CACHE_SIZE = 0
|
| # normally produced when WARNINGS is set to YES.
|
| # The default value is: NO.
|
|
|
| -EXTRACT_ALL = NO
|
| +EXTRACT_ALL = YES
|
|
|
| # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
|
| # 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.
|
| @@ -416,7 +416,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
|
|
|