Open
Description
Hi,
We have the error below when we try to run doxy-coverage.
We use Doxygen 1.8.5
and Python 2.7.5
Output:
$ doxy-coverage.py ./doc/xml
Traceback (most recent call last):
File "/app/shared/doxy-coverage/doxy-coverage.py", line 201, in <module>
main()
File "/app/shared/doxy-coverage/doxy-coverage.py", line 190, in main
files = parse (ns.dir)
File "/app/shared/doxy-coverage/doxy-coverage.py", line 114, in parse
tmp = parse_file (file_fp)
File "/app/shared/doxy-coverage/doxy-coverage.py", line 58, in parse_file
tree = ET.parse(fullpath)
File "/usr/lib64/python2.7/xml/etree/ElementTree.py", line 1182, in parse
tree.parse(source, parser)
File "/usr/lib64/python2.7/xml/etree/ElementTree.py", line 656, in parse
parser.feed(data)
File "/usr/lib64/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
File "/usr/lib64/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 12, column 47
Metadata
Metadata
Assignees
Labels
No labels