From 380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 May 2018 11:19:35 +0000 Subject: Documentation-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11988 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/rt/src/chdebug.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'os/rt/src') diff --git a/os/rt/src/chdebug.c b/os/rt/src/chdebug.c index 64e325349..2b4f05452 100644 --- a/os/rt/src/chdebug.c +++ b/os/rt/src/chdebug.c @@ -21,7 +21,7 @@ * @file chdebug.c * @brief Debug support code. * - * @addtogroup debug + * @addtogroup checks_assertions * @details Debug APIs and services: * - Runtime system state and call protocol check. The following * panic messages can be generated: @@ -69,10 +69,8 @@ * - S-class function not called from within a critical zone. * - Called from an ISR. * . - * - Trace buffer. * - Parameters check. * - Kernel assertions. - * - Kernel panics. * . * @note Stack checks are not implemented in this module but in the port * layer in an architecture-dependent way. -- cgit v1.2.3