Attention is currently required from: Edward O'Callaghan, Anastasia Klimchuk, Evan Benn, Peter Marheine. Hello build bot (Jenkins), Edward O'Callaghan, 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 (#4).
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 FFI binding generators that operate on the .h file to generate documentation for the target language.
To test, I have diffed and inspected the doxygen documentation before and after the change. flashrom_wp_mode is added.
Change-Id: I856b74d5bfea13722539be15496755a95e701eea Signed-off-by: Evan Benn evanbenn@chromium.org --- M include/libflashrom.h M libflashrom.c 2 files changed, 303 insertions(+), 315 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/03/63903/4