Attention is currently required from: Martin L Roth.
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/87229?usp=email )
Change subject: [RFC][POC] util/docker/doc.coreboot.org: Add Breathe and Doxygen ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I had also looked into Sphinx C Autodoc and Hawkmoth which are alternative Sphinx extensions to pull in docstrings from code. They don't rely on Doxygen which might make some things easier, but instead use clang which seems to require passing all the correct build options which might be a bit difficult to extract properly without defining them all manually.
https://sphinx-c-autodoc.readthedocs.io/en/latest/ https://hawkmoth.readthedocs.io/en/stable/index.html