| commit | 6f92735d28c720fda22ca21c19dfd9b93a19262d | [log] [tgz] |
|---|---|---|
| author | Mathieu Choplain <mathieu.choplain-ext@st.com> | Tue Oct 07 10:54:36 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 16 22:35:45 2025 -0400 |
| tree | 40d010e2a0fd8f3935e03bc7cb3da3c9a5279906 | |
| parent | 56098d60b4cb4d855912ba7ffc4cf9d53f3ac993 [diff] |
kernel: hooks: make definitions appear in Doxygen The hooks' signature was not visible to Doxygen due to preprocessor conditionals - instead, the dummy no-op implementation was seen instead. Update #ifdef guard to make the hooks' signature and the associated documentation visible to Doxygen such that it appears in docs. Also fix a tiny typo on soc_reset_hook()'s documentation comment. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>