posix: Add files to Doxygen group

Canonicalize brief descriptions.

Update #3707.
This commit is contained in:
Sebastian Huber
2023-07-25 10:30:56 +02:00
parent 5ba465c03b
commit d3fe128d67
2 changed files with 7 additions and 7 deletions

View File

@@ -3,10 +3,10 @@
/** /**
* @file * @file
* *
* @brief POSIX API Implementation * @ingroup POSIXAPI
* *
* This include file defines the top level interface to the POSIX API * @brief This header file provides interfaces used by the POSIX API
* implementation in RTEMS. * implementation.
*/ */
/* /*

View File

@@ -3,10 +3,10 @@
/** /**
* @file * @file
* *
* @brief Inlined Routines from the POSIX Spinlock Manager * @ingroup POSIXAPI
* *
* This file contains the static inlin implementation of the inlined * @brief This header file provides interfaces used by the POSIX Spinlock
* routines from the POSIX Spinlock Manager. * implementation.
*/ */
/* /*