From 5a58b1e4988eb1a0fb6311b25fd12c91bb7237d7 Mon Sep 17 00:00:00 2001 From: Daniel Georgiev Date: Sat, 1 Dec 2012 09:53:45 -0500 Subject: score misc: Score misc: Clean up Doxygen #11 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/8013204 --- cpukit/score/src/objectnametoid.c | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) (limited to 'cpukit/score/src/objectnametoid.c') diff --git a/cpukit/score/src/objectnametoid.c b/cpukit/score/src/objectnametoid.c index 15700a0aff..7648f22cc4 100644 --- a/cpukit/score/src/objectnametoid.c +++ b/cpukit/score/src/objectnametoid.c @@ -1,6 +1,11 @@ -/* - * Object Handler +/** + * @file * + * @brief Object Name To Id + * @ingroup Score + */ + +/* * COPYRIGHT (c) 1989-2010. * On-Line Applications Research Corporation (OAR). * @@ -25,24 +30,6 @@ #include #include -/* - * _Objects_Name_to_id_u32 - * - * These kernel routines search the object table(s) for the given - * object name and returns the associated object id. - * - * Input parameters: - * information - object information - * name - user defined object name - * node - node indentifier (0 indicates any node) - * id - address of return ID - * - * Output parameters: - * id - object id - * OBJECTS_NAME_OR_ID_LOOKUP_SUCCESSFUL - if successful - * error code - if unsuccessful - */ - Objects_Name_or_id_lookup_errors _Objects_Name_to_id_u32( Objects_Information *information, uint32_t name, -- cgit v1.2.3