mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
libmisc/stackchk: fix Doxygen file comment
revert back to the original RTEMS Doxygen guidelines by adding @file and @ingroup
This commit is contained in:
committed by
Amar Takhar
parent
ce1fb41a6c
commit
e91c136f67
@@ -1,8 +1,15 @@
|
||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||
|
||||
/**
|
||||
* @brief Stack Overflow Check User Extension Set
|
||||
*/
|
||||
* @file
|
||||
*
|
||||
* @ingroup libmisc_stackchk Stack Checker Mechanism
|
||||
*
|
||||
* @brief This file contains the Stack Overflow Check user extension set.
|
||||
*
|
||||
* @note This extension set uses conditional compilation to account for
|
||||
* stack growth direction.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2024 On-Line Applications Research Corporation (OAR).
|
||||
|
||||
Reference in New Issue
Block a user