summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/object.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-06 18:03:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-06 18:03:45 +0000
commit8c8fd64a704ccd5958a6a426771ea533c4eb8744 (patch)
tree0ef8fdc436a28740125d38b12a9fe39213dc5486 /cpukit/rtems/include/rtems/rtems/object.h
parent2008-06-06 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8c8fd64a704ccd5958a6a426771ea533c4eb8744.tar.bz2
2008-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems.h, rtems/include/rtems/rtems/clock.h, rtems/include/rtems/rtems/config.h, rtems/include/rtems/rtems/dpmem.h, rtems/include/rtems/rtems/eventset.h, rtems/include/rtems/rtems/object.h, rtems/include/rtems/rtems/part.h, rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/sem.h, rtems/include/rtems/rtems/tasks.h, rtems/include/rtems/rtems/timer.h, rtems/include/rtems/rtems/types.h, rtems/src/ratemonperiod.c: Improve Classic API Doxygen.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/object.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/object.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/object.h b/cpukit/rtems/include/rtems/rtems/object.h
index 367e5ef224..6e8d6a9f4f 100644
--- a/cpukit/rtems/include/rtems/rtems/object.h
+++ b/cpukit/rtems/include/rtems/rtems/object.h
@@ -97,7 +97,7 @@ typedef struct {
* @note The object must be have a name of the 32-bit form.
*
* @return @a *name will contain user defined object name
- * @return @a{RTEMS_SUCCESSFUL - if successful
+ * @return @a RTEMS_SUCCESSFUL - if successful
* @return error code - if unsuccessful
*/
rtems_status_code rtems_object_get_classic_name(
@@ -149,7 +149,7 @@ rtems_status_code rtems_object_set_name(
*
* This function returns the API portion of the Id.
*
- * @param[in] id is the Id of the object to obtain the API from
+ * @param[in] _id is the Id of the object to obtain the API from
*
* @return This method returns the API portion of the provided
* @a _id.
@@ -166,7 +166,7 @@ rtems_status_code rtems_object_set_name(
*
* This function returns the class portion of the ID.
*
- * @param[in] id is the Id of the object to obtain the class from
+ * @param[in] _id is the Id of the object to obtain the class from
*
* @return This method returns the class portion of the provided
* @a _id.
@@ -183,7 +183,7 @@ rtems_status_code rtems_object_set_name(
*
* This function returns the node portion of the ID.
*
- * @param[in] id is the Id of the object to obtain the node from
+ * @param[in] _id is the Id of the object to obtain the node from
*
* @return This method returns the node portion of the provided
* @a _id.
@@ -200,7 +200,7 @@ rtems_status_code rtems_object_set_name(
*
* This function returns the index portion of the ID.
*
- * @param[in] id is the Id of the object to obtain the index from
+ * @param[in] _id is the Id of the object to obtain the index from
*
* @return This method returns the index portion of the provided
* @a _id.