From 4abed2b422454e2bf81b93f5143fbd01816eda60 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Aug 2024 06:36:32 +0200 Subject: [PATCH] stackchk: Fix Doxygen file comment Update #5047. --- cpukit/include/rtems/stackchk.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cpukit/include/rtems/stackchk.h b/cpukit/include/rtems/stackchk.h index 3517f737fc..03d342b918 100644 --- a/cpukit/include/rtems/stackchk.h +++ b/cpukit/include/rtems/stackchk.h @@ -1,10 +1,11 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /** - * @brief Stack Checker Mechanism Details - * - * This file contains the information necessary to install the stack - * checker mechanism. + * @file + * + * @ingroup libmisc_stackchk + * + * @brief This header file provides the Stack Checker API. */ /*