doxygen-parser: Parse Doxygen XML output into a typed Haskell AST
A standalone library for invoking the doxygen binary on C/C++ headers
and turning its XML output into a typed Haskell AST.
The library spawns doxygen on a set of header files, walks the resulting
xml/ directory, and assembles a Doxygen.Parser.Doxygen value mapping
each documented C entity to a structured Doxygen.Parser.Comment tree
(with paragraphs, inline markup, parameter docs, group memberships, and
cross-references).
See the Doxygen.Parser module for the public API and the project
README for a quick-start example. The doxygen executable must be
installed separately.
[Skip to Readme]
Downloads
- doxygen-parser-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.16 && <4.23), containers (>=0.6.5.1 && <0.9), directory (>=1.3.6.2 && <1.4), doxygen-parser, filepath (>=1.4 && <1.6), process (>=1.6 && <1.7), temporary (>=1.3 && <1.4), text (>=1.2 && <2.2), xml-conduit (>=1.9 && <1.11) [details] |
| Tested with | ghc ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 || ==9.14.1 |
| License | BSD-3-Clause |
| Copyright | 2024-2026 Well-Typed LLP and Anduril Industries Inc. |
| Author | Well-Typed LLP |
| Maintainer | info@well-typed.com |
| Uploaded | by bolt12 at 2026-06-19T23:48:54Z |
| Category | Development, Documentation, Parsing |
| Home page | https://github.com/well-typed/doxygen-parser |
| Bug tracker | https://github.com/well-typed/doxygen-parser/issues |
| Source repo | head: git clone https://github.com/well-typed/doxygen-parser |
| Distributions | |
| Downloads | 3 total (3 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |