Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
05416ef4
"platforms/cuda/vscode:/vscode.git/clone" did not exist on "457d7bd2fe5734dde9c35a119efdc9823be9df58"
Commit
05416ef4
authored
Dec 15, 2012
by
Peter Eastman
Browse files
Improvement to Python documentation generation
parent
4a733da3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/filterPythonFiles.py
wrappers/python/filterPythonFiles.py
+1
-1
No files found.
wrappers/python/filterPythonFiles.py
View file @
05416ef4
...
@@ -51,7 +51,7 @@ while True:
...
@@ -51,7 +51,7 @@ while True:
# Print out the docstring in Doxygen syntax, followed by the declaration.
# Print out the docstring in Doxygen syntax, followed by the declaration.
for
s
in
docstrings
:
for
s
in
docstrings
:
print
"%s##%s"
%
(
prefix
,
s
.
r
strip
())
print
"%s##%s"
%
(
prefix
,
s
.
strip
())
print
declaration
print
declaration
if
len
(
docstrings
)
==
0
:
if
len
(
docstrings
)
==
0
:
print
line
print
line
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment