Doxyfile: set "EXTRACT_ALL" to "YES"

This avoids the need to add "@file" to every file we want to generate documentation for.
pull/3764/head
Robert Adam 2019-11-20 16:00:28 +01:00 committed by Davide Beatrici
parent bfdcec2309
commit 1fef42d1cd
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
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.