summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectidtoname.c
diff options
context:
space:
mode:
authorDaniel Georgiev <daniel.georgiev95@gmail.com>2012-12-01 09:53:45 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-01 09:53:45 -0500
commit5a58b1e4988eb1a0fb6311b25fd12c91bb7237d7 (patch)
tree842558afb925e4f9fe5a0ac74a7f25a7d6b181be /cpukit/score/src/objectidtoname.c
parentscore misc: Score misc: Clean up Doxygen #10 (GCI 2012) (diff)
downloadrtems-5a58b1e4988eb1a0fb6311b25fd12c91bb7237d7.tar.bz2
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
Diffstat (limited to 'cpukit/score/src/objectidtoname.c')
-rw-r--r--cpukit/score/src/objectidtoname.c21
1 files changed, 6 insertions, 15 deletions
diff --git a/cpukit/score/src/objectidtoname.c b/cpukit/score/src/objectidtoname.c
index 2698c17c25..1c0d926838 100644
--- a/cpukit/score/src/objectidtoname.c
+++ b/cpukit/score/src/objectidtoname.c
@@ -1,7 +1,11 @@
/*
- * Obtain Object Name Given ID
- *
+ * @file
*
+ * @brief Object id to name
+ * @ingroup Score
+ */
+
+/*
* COPYRIGHT (c) 1989-2003.
* On-Line Applications Research Corporation (OAR).
*
@@ -18,19 +22,6 @@
#include <rtems/score/object.h>
#include <rtems/score/thread.h>
-/*
- * _Objects_Id_to_name
- *
- * DESCRIPTION:
- *
- * This routine returns the name associated with the given ID.
- *
- * INPUT:
- *
- * id - id of object to lookup name
- * name - pointer to location in which to store name
- *
- */
Objects_Name_or_id_lookup_errors _Objects_Id_to_name (
Objects_Id id,
Objects_Name *name