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 712ab69 commit 0d00610Copy full SHA for 0d00610
nipype/utils/docparse.py
@@ -216,9 +216,8 @@ def build_doc(doc, opts):
216
if attr is not None:
217
# newline = line.replace(flag, attr)
218
# Replace the flag with our attribute name
219
- linelist[0] = '%s :' % str(attr)
+ linelist[0] = '%s :\n ' % str(attr)
220
# Add some line formatting
221
- linelist.insert(1, '\n ')
222
newline = ' '.join(linelist)
223
newdoc.append(newline)
224
else:
0 commit comments