From: Simon Glass <simon.glass@canonical.com> Move the documentation about test mode up above the API documentation, which is quite lengthly. Signed-off-by: Simon Glass <simon.glass@canonical.com> --- doc/develop/expo.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/develop/expo.rst b/doc/develop/expo.rst index 9ce00e621e5..84d01b6313b 100644 --- a/doc/develop/expo.rst +++ b/doc/develop/expo.rst @@ -569,14 +569,6 @@ strings are provided inline in the nodes where they are used. }; -API documentation ------------------ - -.. kernel-doc:: include/expo.h - -Future ideas ------------- - Test Mode ~~~~~~~~~ @@ -613,6 +605,14 @@ These metrics help identify performance bottlenecks and verify that expo is operating efficiently. The timing information is particularly useful when optimizing display drivers or debugging slow rendering issues. +API documentation +----------------- + +.. kernel-doc:: include/expo.h + +Future ideas +------------ + Some ideas for future work: - Default menu item and a timeout -- 2.43.0