A parser library for the Doxygen XML output
Version 0.0.3
(open source and free)
04-Dec-2021
Holger Machens
Doxygen is a source code documentation system supporting all kinds of languages such as C, C++, Java. Doxygen parses the source code for classes, structs, methods, functions etc. and extracts annotated comments to create documentation in different formats such as HTML or PDF by different backends. One of those backends dumps the documentation in XML format (DoxML). The Java DoxML Parser library reads this XML output and thereby allows further processing in Java.
binary |
source code |