-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Description
The documentation of the riotboot module and its associated files has the following problems:
-
Documentation in
sys/include/slot.hcauses a problem in Modules / System page and further in Modules / System / Helpers .... -
Documentation structure for associated files and pseudomodules seems to be a bit confusing. Documentation of associated files and pseudomodules is quite difficult to find in Modules / System page
riotboot_flashwriteis listed as riotboot flash writerriotboot_hdris listed as RIOT header helpers and toolsriotboot_slotis is listed as Helpers to manipulate partitions (slots)
Due the alphabetical order they are difficult to find.
-
Page titles for
riotboot_hdrand expeciallyriotboot_slotare not self explaining or even confusing.
Expected results
Even though it is possible to define pseudomodules riotboot_%, these pseudomodules are not used. In fact, there is only one module riotbootand riotboot_flashwrite, riotboot_hdr and riotboot_slot are simply parts of the riotboot module.
IMHO, it would be better to have one page Module / System / Riotboot ... or something self explaining for module riotboot and to add the documentation of associated files or pseudomodules to that group.
Related Issues/PRs
PR #11181