Skip to content

Commit

Permalink
Doxyfile: set "EXTRACT_ALL" to "YES"
Browse files Browse the repository at this point in the history
This avoids the need to add "@file" to every file we want to generate documentation for.
  • Loading branch information
Krzmbrzl authored and davidebeatrici committed Dec 26, 2019
1 parent bfdcec2 commit 1fef42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1fef42d

Please sign in to comment.