rtems: Canonicalize partition file documentation

This commit is contained in:
Sebastian Huber
2020-11-23 10:43:19 +01:00
parent 134fc76d3b
commit 4c1e793a2d
9 changed files with 35 additions and 19 deletions
+2 -1
View File
@@ -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.
+2 -1
View File
@@ -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.
+3 -2
View File
@@ -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.
*/
/*
+3 -2
View File
@@ -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().
*/
/*
+5 -3
View File
@@ -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().
*/
/*
+5 -3
View File
@@ -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 -2
View File
@@ -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().
*/
/*
+3 -2
View File
@@ -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.
*/
/*
+9 -3
View File
@@ -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).
*