Attention is currently required from: Evan Benn. Hello build bot (Jenkins), Edward O'Callaghan, Angel Pons, Anastasia Klimchuk, Peter Marheine,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/63903
to look at the new patch set (#8).
Change subject: libflashrom: Move documentation to header ......................................................................
libflashrom: Move documentation to header
The doxygen documentation was in the libflashrom.c file. Move the documentation to the libflashrom.h file. This allows foreign function interface binding generators (eg rust bindgen) that operate on the .h file to generate documentation for the target language. Some doxygen errors were also corrected, mostly undocumented or wrongly labeled parameters.
To test, I have diffed and inspected the doxygen documentation before and after the change. All functions are documented the same, and the structs and enums are now also included in the docs.
Change-Id: I856b74d5bfea13722539be15496755a95e701eea Signed-off-by: Evan Benn evanbenn@chromium.org --- M Doxyfile M flashrom.c M include/libflashrom.h M layout.c M libflashrom.c M writeprotect.c 6 files changed, 440 insertions(+), 473 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/03/63903/8