We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc726e8 commit 40d4163Copy full SHA for 40d4163
.gitignore
@@ -227,3 +227,6 @@ pip-log.txt
227
jupyter/*.wav
228
src/.DS_Store
229
230
+
231
+# doxygen
232
+docs/html/
Doxyfile
@@ -152,7 +152,7 @@ ALWAYS_DETAILED_SEC = NO
152
# operators of the base classes will not be shown.
153
# The default value is: NO.
154
155
-INLINE_INHERITED_MEMB = NO
+INLINE_INHERITED_MEMB = YES
156
157
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
158
# before files name in the file list and in the header files. If set to NO the
0 commit comments