sys: Add files to Doxygen group

Canonicalize brief descriptions.

Update #3707.
This commit is contained in:
Sebastian Huber
2023-07-25 10:47:22 +02:00
parent ec1e500f4f
commit 1bc5d3e481
4 changed files with 29 additions and 3 deletions

View File

@@ -40,6 +40,14 @@
* RTEMS.
*/
/**
* @defgroup RTEMSAPISystemLibrary System Library
*
* @ingroup RTEMSAPI
*
* @brief This group contains the system library APIs of RTEMS.
*/
/**
* @defgroup RTEMSDeviceDrivers Device Drivers
*

View File

@@ -1,3 +1,12 @@
/**
* @file
*
* @ingroup RTEMSAPISystemLibrary
*
* @brief This header file provides interfaces of the system endianness
* support.
*/
/*-
* Copyright (c) 2002 Thomas Moestl <tmm@FreeBSD.org>
* All rights reserved.

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup RTEMSAPISystemLibrary
*
* @brief This header file provides interfaces of the process priority support.
*/
/*-
* SPDX-License-Identifier: BSD-4-Clause
*

View File

@@ -3,10 +3,11 @@
/**
* @file
*
* @brief Interface to the statvfs() Set of API Methods
* @ingroup RTEMSAPISystemLibrary
*
* This include file defines the interface to the statvfs() set of
* API methods. The statvfs as defined by the SUS:
* @brief This header file provides the statvfs() and fstatvfs() interfaces.
*
* The statvfs() is defined by the SUS:
*
* - http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html
*/