chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2607913
)
doxygen: \code can be also inside \m_span.
author
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 29 Mar 2019 09:58:31 +0000
(10:58 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 29 Mar 2019 12:44:31 +0000
(13:44 +0100)
doxygen/dox2html5.py
patch
|
blob
|
history
diff --git
a/doxygen/dox2html5.py
b/doxygen/dox2html5.py
index 36794c0b065bbc60ddf57db826df5a6d232b2273..6b917497a57a14df0ad6d3e733d4c4b7833380b2 100755
(executable)
--- a/
doxygen/dox2html5.py
+++ b/
doxygen/dox2html5.py
@@
-1332,7
+1332,7
@@
def parse_desc_internal(state: State, element: ET.Element, immediate_parent: ET.
# Either block or inline
elif i.tag == 'programlisting':
- assert element.tag in ['para', '{http://mcss.mosra.cz/doxygen/}div']
+ assert element.tag in ['para', '{http://mcss.mosra.cz/doxygen/}div'
, '{http://mcss.mosra.cz/doxygen/}span'
]
# We should have decided about block/inline above
assert code_block is not None