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
8f710fb4
"vscode:/vscode.git/clone" did not exist on "300758a54ec4185b3ff7061d4a95db3a9dd9ef8e"
Commit
8f710fb4
authored
Jul 07, 2015
by
Robert McGibbon
Browse files
typo
parent
04f68ba4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
wrappers/python/src/swig_doxygen/swigInputBuilder.py
wrappers/python/src/swig_doxygen/swigInputBuilder.py
+4
-2
No files found.
wrappers/python/src/swig_doxygen/swigInputBuilder.py
View file @
8f710fb4
...
@@ -45,9 +45,11 @@ def striphtmltags(s):
...
@@ -45,9 +45,11 @@ def striphtmltags(s):
convertlists
.
feed
(
sub
)
convertlists
.
feed
(
sub
)
return
'
\n
%s
\n\n
'
%
''
.
join
(
convertlists
.
out
)
return
'
\n
%s
\n\n
'
%
''
.
join
(
convertlists
.
out
)
s
=
s
.
replace
(
'<i>'
,
'_'
).
replace
(
'</i>'
,
'_'
)
s
=
s
.
replace
(
'<b>'
,
'*'
).
replace
(
'</b>'
,
'*'
)
s
=
re
.
sub
(
'\s*(<ul>.*</ul>\s*)'
,
replace_ul_tags
,
s
,
flags
=
re
.
MULTILINE
|
re
.
DOTALL
)
s
=
re
.
sub
(
'\s*(<ul>.*</ul>\s*)'
,
replace_ul_tags
,
s
,
flags
=
re
.
MULTILINE
|
re
.
DOTALL
)
s
=
s
.
replace
(
'<i>'
,
'_'
)
s
=
s
.
replace
(
'</i>'
,
'_'
)
return
s
return
s
...
...
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