Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
doxmlparser/ | H | 26-Dec-2021 | - | 28,270 | 27,484 | |
examples/ | H | 12-Dec-2021 | - | 258 | 215 | |
LICENSE | H A D | 12-Dec-2021 | 1 KiB | 20 | 16 | |
README.md | H A D | 12-Dec-2021 | 337 | 11 | 6 | |
generateDS_post.py | H A D | 12-Dec-2021 | 1.4 KiB | 39 | 20 | |
setup.py | H A D | 12-Dec-2021 | 508 | 20 | 16 |
README.md
1Doxmlparser 2=========== 3 4This is a python package to make it easier to parse the XML output produced by doxygen. 5 6The API is generated from the index.xsd and compound.xsd XML schema files using 7Dave Kuhlman's generateDS https://www.davekuhlman.org/generateDS.html 8 9See the examples directory to get an idea how to use the python module 10 11