Skip to content

Commit f7fde19

Browse files
committed
Improve FSL documentation class skip pattern.
Pattern ‘FSL’ skips class FSL2Scheme. Pattern ‘FSLCommand’ should skip all of the base classes, but not interface classes like FSL2Scheme.
1 parent b837a14 commit f7fde19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_interface_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
docwriter.class_skip_patterns += ['AFNICommand',
4444
'ANTS',
45-
'FSL',
45+
'FSLCommand',
4646
'FS',
4747
'Info',
4848
'^SPM',

0 commit comments

Comments
 (0)