The doxygen tooling has supported ingesting markdown files for a number
of years. Adding this option allows them to be ingested into the
subsys builds.
Details
Details
- Reviewers
netchild - Commits
- rG4c99836ac72a: kerneldoc: also ingest .md (markdown files)
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I assume we do not have .md files in the kernel subsystem directories (yet). As such I assume this should not affect the output on the next run. Based opn that, I so no reason why not to add more supported file types.
If there are .md files, I suggest to check how it affects the output.
In general I support adding more supported file types.