Skip to content

Commit 40d4163

Browse files
committed
Doxygen INLINE_INHERITED_MEMB=YES
1 parent fc726e8 commit 40d4163

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,6 @@ pip-log.txt
227227
jupyter/*.wav
228228
src/.DS_Store
229229
src/.DS_Store
230+
231+
# doxygen
232+
docs/html/

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ ALWAYS_DETAILED_SEC = NO
152152
# operators of the base classes will not be shown.
153153
# The default value is: NO.
154154

155-
INLINE_INHERITED_MEMB = NO
155+
INLINE_INHERITED_MEMB = YES
156156

157157
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
158158
# before files name in the file list and in the header files. If set to NO the

0 commit comments

Comments
 (0)