kernel: Add missing @brief for z_fatal_error

The function did not have a @brief and thus was not
showing up in the documentation.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2024-06-19 14:31:44 +02:00 committed by Anas Nashif
parent d1a900266f
commit bca432c8e8
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ FUNC_NORETURN void k_fatal_halt(unsigned int reason);
void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *esf);
/**
* Called by architecture code upon a fatal error.
* @brief Called by architecture code upon a fatal error.
*
* This function dumps out architecture-agnostic information about the error
* and then makes a policy decision on what to do by invoking