Change in flashrom[master]: libflashrom: Move documentation to header
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 -- To view, visit https://review.coreboot.org/c/flashrom/+/63903 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: flashrom Gerrit-Branch: master Gerrit-Change-Id: I856b74d5bfea13722539be15496755a95e701eea Gerrit-Change-Number: 63903 Gerrit-PatchSet: 4 Gerrit-Owner: Evan Benn <evanbenn@google.com> Gerrit-Reviewer: Anastasia Klimchuk <aklm@chromium.org> Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org> Gerrit-Reviewer: Peter Marheine <pmarheine@chromium.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Angel Pons <th3fanbus@gmail.com> Gerrit-CC: Paul Menzel <paulepanter@mailbox.org> Gerrit-Attention: Edward O'Callaghan <quasisec@chromium.org> Gerrit-Attention: Anastasia Klimchuk <aklm@chromium.org> Gerrit-Attention: Evan Benn <evanbenn@google.com> Gerrit-Attention: Peter Marheine <pmarheine@chromium.org> Gerrit-MessageType: newpatchset
participants (1)
-
Evan Benn (Code Review)