libmisc/stackchk: fix Doxygen file comment

revert back to the original RTEMS Doxygen guidelines by adding @file and @ingroup
This commit is contained in:
Mohamed Hassan
2024-09-12 17:49:56 +03:00
committed by Amar Takhar
parent ce1fb41a6c
commit e91c136f67

View File

@@ -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).