"...reference/tests/TestReferenceLangevinIntegrator.cpp" did not exist on "e89c2e644c7aec20512ca39d626894a42d5cce52"
Commit 05416ef4 authored by Peter Eastman's avatar Peter Eastman
Browse files

Improvement to Python documentation generation

parent 4a733da3
......@@ -51,7 +51,7 @@ while True:
# Print out the docstring in Doxygen syntax, followed by the declaration.
for s in docstrings:
print "%s##%s" % (prefix, s.rstrip())
print "%s##%s" % (prefix, s.strip())
print declaration
if len(docstrings) == 0:
print line
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment