mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
sys: Add files to Doxygen group
Canonicalize brief descriptions. Update #3707.
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSAPISystemLibrary
|
||||
*
|
||||
* @brief This header file provides interfaces of the process priority support.
|
||||
*/
|
||||
|
||||
/*-
|
||||
* SPDX-License-Identifier: BSD-4-Clause
|
||||
*
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user