From 9278f3d04f1e26071cb98a5e2940177abc40b6d8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 27 Nov 2020 17:21:23 +0100 Subject: score: Canonicalize Doxygen @file comments Use common phrases for the file brief descriptions. Update #3706. --- cpukit/score/src/objectmp.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'cpukit/score/src/objectmp.c') diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c index 612fdacca0..b44ef65e94 100644 --- a/cpukit/score/src/objectmp.c +++ b/cpukit/score/src/objectmp.c @@ -1,8 +1,17 @@ /** - * @file + * @file * - * @brief Objects MP Support - * @ingroup RTEMSScoreObjectMP + * @ingroup RTEMSScoreObjectMP + * + * @brief This source file contains the definition of + * ::_Objects_Local_node, ::_Objects_Maximum_nodes, + * ::_Objects_MP_Maximum_global_objects and the implementation of + * _Objects_MP_Handler_early_initialization(), + * _Objects_MP_Handler_initialization(), _Objects_MP_Open(), + * _Objects_MP_Allocate_and_open(), _Objects_MP_Close(), + * _Objects_MP_Global_name_search(), _Objects_MP_Is_remote(), + * _Objects_MP_Allocate_global_object(), and + * _Objects_MP_Free_global_object(). */ /* -- cgit v1.2.3