equal
deleted
inserted
replaced
222 EXTRACT_ALL = NO |
222 EXTRACT_ALL = NO |
223 |
223 |
224 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class |
224 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class |
225 # will be included in the documentation. |
225 # will be included in the documentation. |
226 |
226 |
227 EXTRACT_PRIVATE = NO |
227 EXTRACT_PRIVATE = YES |
228 |
228 |
229 # If the EXTRACT_STATIC tag is set to YES all static members of a file |
229 # If the EXTRACT_STATIC tag is set to YES all static members of a file |
230 # will be included in the documentation. |
230 # will be included in the documentation. |
231 |
231 |
232 EXTRACT_STATIC = NO |
232 EXTRACT_STATIC = YES |
233 |
233 |
234 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) |
234 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) |
235 # defined locally in source files will be included in the documentation. |
235 # defined locally in source files will be included in the documentation. |
236 # If set to NO only classes defined in header files are included. |
236 # If set to NO only classes defined in header files are included. |
237 |
237 |
579 |
579 |
580 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen |
580 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen |
581 # will generate a verbatim copy of the header file for each class for |
581 # will generate a verbatim copy of the header file for each class for |
582 # which an include is specified. Set to NO to disable this. |
582 # which an include is specified. Set to NO to disable this. |
583 |
583 |
584 VERBATIM_HEADERS = YES |
584 VERBATIM_HEADERS = NO |
585 |
585 |
586 #--------------------------------------------------------------------------- |
586 #--------------------------------------------------------------------------- |
587 # configuration options related to the alphabetical class index |
587 # configuration options related to the alphabetical class index |
588 #--------------------------------------------------------------------------- |
588 #--------------------------------------------------------------------------- |
589 |
589 |