bsps: Adjust shared Doxygen groups

Update #3706.
This commit is contained in:
Sebastian Huber
2019-03-05 07:58:18 +01:00
parent c991eeeccc
commit 828276b081
88 changed files with 263 additions and 172 deletions

View File

@@ -30,9 +30,9 @@ extern "C" {
#endif /* __cplusplus */
/**
* @defgroup powerpc_linker Linker Support
* @defgroup RTEMSBSPsPowerPCSharedLinker Linker Support
*
* @ingroup powerpc_shared
* @ingroup RTEMSBSPsPowerPCShared
*
* @brief Linker support.
*

View File

@@ -30,9 +30,9 @@ extern "C" {
#endif /* __cplusplus */
/**
* @defgroup powerpc_start PowerPC System Start
* @defgroup RTEMSBSPsPowerPCSharedStart PowerPC System Start
*
* @ingroup powerpc_shared
* @ingroup RTEMSBSPsPowerPCShared
*
* @brief PowerPC low level start.
*

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup powerpc_shared
* @ingroup RTEMSBSPsPowerPCShared
*
* @brief Header file for tic-tac code.
*/

View File

@@ -46,7 +46,7 @@ extern "C" {
/**
* @defgroup ppc_exc PowerPC Exceptions
*
* @brief XXX
* @ingroup RTEMSBSPsPowerPCShared
*
* @{
*/
@@ -146,7 +146,7 @@ extern "C" {
/**
* @defgroup ppc_exc_frame PowerPC Exception Frame
*
* @brief XXX
* @ingroup ppc_exc
*
* @{
*/
@@ -188,7 +188,7 @@ extern "C" {
#ifndef ASM
/**
* @ingroup ppc_exc_frame
* @addtogroup ppc_exc_frame
*
* @{
*/
@@ -198,7 +198,7 @@ typedef CPU_Exception_frame BSP_Exception_frame;
/** @} */
/**
* @ingroup ppc_exc
* @addtogroup ppc_exc
*
* @{
*/

View File

@@ -55,7 +55,9 @@
*/
/**
* @defgroup shared_vmeuniverse Register definitions
* @defgroup shared_vmeuniverse_reg Register definitions
*
* @ingroup shared_vmeuniverse
*
* @brief all registers contents in PCI space are LITTLE ENDIAN
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup powerpc_shared
* @ingroup RTEMSBSPsPowerPCShared
*
* @brief General purpose assembler macros, linker command file support and
* some inline functions for direct register access.
@@ -25,7 +25,13 @@
*/
/**
* @defgroup powerpc_shared Shared PowerPC Code
* @defgroup RTEMSBSPsPowerPCSharedUtility PowerPC Utility Module
*
* @ingroup RTEMSBSPsPowerPCShared
*
* @brief PowerPC Utility Module.
*
* @{
*/
#ifndef __LIBCPU_POWERPC_UTILITY_H
@@ -1006,4 +1012,6 @@ void ShowBATS(void);
}
#endif
/** @} */
#endif /* __LIBCPU_POWERPC_UTILITY_H */

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* #ingroup powerpc_shared
* #ingroup RTEMSBSPsPowerPCShared
*
* @brief Header file for the Cache Manager PowerPC support.
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup powerpc_shared
* @ingroup RTEMSBSPsPowerPCShared
*
* @brief Source file for a clock driver.
*/

View File

@@ -6,10 +6,10 @@
* @brief PowerPC Board Support Packages.
*/
/**
* @defgroup powerpc_shared PowerPC Shared Modules
*
* @ingroup bsp_powerpc
*
* @brief PowerPc Shared Modules
*/
/**
* @defgroup RTEMSBSPsPowerPCShared Shared
*
* @ingroup RTEMSBSPsPowerPC
*
* @brief Shared Support for PowerPC Board Support Packages.
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup powerpc_shared
* @ingroup RTEMSBSPsPowerPCShared
*
* @brief Code copy implementation.
*/

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup powerpc_shared
* @ingroup RTEMSBSPsPowerPCShared
*
* @brief Source file for tic-tac code.
*/

View File

@@ -1,5 +1,7 @@
/**
* @defgroup shared_vmeuniverse SHARED VMEUNIVERSE Modules
* @defgroup shared_vmeuniverse VME Universe Modules
*
* @brief SHARED VMEUNIVERSE Modules
* @brief VME Universe Modules
*
* @ingroup RTEMSBSPsPowerPCShared
*/