Skip to content

Commit 7ba9fdc

Browse files
author
Walzer
committed
issue #160, don't hide undocumented members
1 parent 68c65a8 commit 7ba9fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doxygen.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ EXTRACT_ANON_NSPACES = NO
347347
# various overviews, but no documentation section is generated.
348348
# This option has no effect if EXTRACT_ALL is enabled.
349349

350-
HIDE_UNDOC_MEMBERS = YES
350+
HIDE_UNDOC_MEMBERS = NO
351351

352352
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
353353
# undocumented classes that are normally visible in the class hierarchy.

0 commit comments

Comments
 (0)