Skip to content

Commit 5923a49

Browse files
committed
Improve AFNI documentation class skip pattern.
Pattern ‘AFNI’ skips class AFNItoNIFTI. Pattern ‘AFNICommand’ should skip all of the base classes, but not interface classes like AFNItoNIFTI.
1 parent fb4e20b commit 5923a49

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
@@ -40,7 +40,7 @@
4040
'\.testing',
4141
'\.scripts',
4242
]
43-
docwriter.class_skip_patterns += ['AFNI',
43+
docwriter.class_skip_patterns += ['AFNICommand',
4444
'ANTS',
4545
'FSL',
4646
'FS',

0 commit comments

Comments
 (0)