mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 21:33:40 +08:00
rtems: Canonicalize partition file documentation
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup ClassicPartImpl
|
||||
*
|
||||
* @brief Classic Partition Manager Data Structures
|
||||
* @brief This header file provides the API used by the Application
|
||||
* Configuration to define the Partition Manager information.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
*
|
||||
* @ingroup ClassicPartImpl
|
||||
*
|
||||
* @brief Classic Partition Manager Implementation
|
||||
* @brief This header file provides interfaces used by the Partition Manager
|
||||
* implementation.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicPart
|
||||
* @ingroup ClassicPartImpl
|
||||
*
|
||||
* @brief Classic Partition Information with Zero Objects
|
||||
* @brief This source file contains a definition of ::_Partition_Information
|
||||
* with zero objects.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicPart Partitions
|
||||
* @ingroup ClassicPartImpl
|
||||
*
|
||||
* @brief RTEMS Partition Create
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_partition_create().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Delete Partition
|
||||
* @ingroup ClassicPart
|
||||
* @ingroup ClassicPartImpl
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_partition_delete().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS Get Partition Buffer
|
||||
* @ingroup ClassicPart
|
||||
* @ingroup ClassicPartImpl
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_partition_get_buffer().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicPartitionImpl
|
||||
* @ingroup ClassicPartImpl
|
||||
*
|
||||
* @brief rtems_partition_ident() Implementation
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_partition_ident().
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicPartMP Partition MP Support
|
||||
* @ingroup ClassicPartMP
|
||||
*
|
||||
* @brief Partition_MP_Send_process_packet
|
||||
* @brief This source file contains the implementation of the Partition Manager
|
||||
* MPCI support.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup ClassicPartImpl
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* rtems_partition_return_buffer().
|
||||
*/
|
||||
|
||||
/*
|
||||
* Partition Manager
|
||||
*
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2014.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user