forked from Imagelibrary/rtems
sys: Add files to Doxygen group
Canonicalize brief descriptions. Update #3707.
This commit is contained in:
@@ -40,6 +40,14 @@
|
|||||||
* RTEMS.
|
* RTEMS.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup RTEMSAPISystemLibrary System Library
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSAPI
|
||||||
|
*
|
||||||
|
* @brief This group contains the system library APIs of RTEMS.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup RTEMSDeviceDrivers Device Drivers
|
* @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>
|
* Copyright (c) 2002 Thomas Moestl <tmm@FreeBSD.org>
|
||||||
* All rights reserved.
|
* 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
|
* SPDX-License-Identifier: BSD-4-Clause
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -3,10 +3,11 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @brief Interface to the statvfs() Set of API Methods
|
* @ingroup RTEMSAPISystemLibrary
|
||||||
*
|
*
|
||||||
* This include file defines the interface to the statvfs() set of
|
* @brief This header file provides the statvfs() and fstatvfs() interfaces.
|
||||||
* API methods. The statvfs as defined by the SUS:
|
*
|
||||||
|
* The statvfs() is defined by the SUS:
|
||||||
*
|
*
|
||||||
* - http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html
|
* - http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user