Skip to content

Commit 505b386

Browse files
committed
include public methods in class doc
1 parent 3d017b4 commit 505b386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/doxygen/doxygen-config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ ALWAYS_DETAILED_SEC = YES
171171
# operators of the base classes will not be shown.
172172
# The default value is: NO.
173173

174-
INLINE_INHERITED_MEMB = NO
174+
INLINE_INHERITED_MEMB = YES
175175

176176
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
177177
# before files name in the file list and in the header files. If set to NO the
@@ -1041,7 +1041,7 @@ EXCLUDE_PATTERNS =
10411041
# wildcard * is used, a substring. Examples: ANamespace, AClass,
10421042
# ANamespace::AClass, ANamespace::*Test
10431043

1044-
EXCLUDE_SYMBOLS = _flx*
1044+
EXCLUDE_SYMBOLS =
10451045

10461046
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
10471047
# that contain example code fragments that are included (see the \include

0 commit comments

Comments
 (0)