Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
97fbbeb7
Commit
97fbbeb7
authored
May 27, 2020
by
Joseph Mirabel
Browse files
[Python 2] Fix generation of documentation
parent
73f1adf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/python/xml_docstring.py
View file @
97fbbeb7
...
...
@@ -72,7 +72,7 @@ class XmlDocString (object):
from
sys
import
stdout
,
stderr
self
.
writeErrors
(
output
)
self
.
_clean
()
return
self
.
_linesep
.
join
(
self
.
lines
)
return
self
.
_linesep
.
join
(
self
.
lines
)
.
encode
(
"utf-8"
)
def
visit
(
self
,
node
):
assert
isinstance
(
node
.
tag
,
str
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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