doc: searches for sys_reboot() are inconsistant #42102
Labels
area: Documentation
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Stale
It is difficult to find documentation on
sys_reboot()
and associated symbols. Searching through the main Zephyr documentation site gives different search results from a search starting from the Zephyr API Documentation Files List.Searching through the Zephyr documentation site:
sys_reboot()
only lists a couple mentions of the function, as well asCONFIG_REBOOT
, but no documentation on the function itselfSYS_REBOOT_WARM
gives no resultsSYS_REBOOT_COLD
lists one result of the define in use, but no description of itSearching from
[File List](https://docs.zephyrproject.org/latest/doxygen/html/files.html)
or other pages in the File List tree:sys_reboot()
,SYS_REBOOT_WARM
, orSYS_REBOOT_COLD
into the search box shows a drop-down menu with a link to reboot.h File Reference. This page does show some minimal documentation forsys_reboot()
.My expectation would be to find search results for
sys_reboot()
when doing so from the main Zephyr documentation page.The text was updated successfully, but these errors were encountered: