summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/object.h')
-rw-r--r--cpukit/include/rtems/rtems/object.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/cpukit/include/rtems/rtems/object.h b/cpukit/include/rtems/rtems/object.h
index 5f3e050b3c..bda9a469ed 100644
--- a/cpukit/include/rtems/rtems/object.h
+++ b/cpukit/include/rtems/rtems/object.h
@@ -3,11 +3,13 @@
/**
* @file
*
+ * @ingroup RTEMSImplClassicObject
+ *
* @brief This header file provides the Object Services API.
*/
/*
- * Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2020, 2021 embedded brains GmbH & Co. KG
* Copyright (C) 1988, 2009 On-Line Applications Research Corporation (OAR)
*
* Redistribution and use in source and binary forms, with or without
@@ -304,9 +306,9 @@ rtems_name rtems_build_name( char c1, char c2, char c3, char c4 );
*
* @param id is the object identifier to get the name.
*
- * @param[out] name is the pointer to an object name variable. When the
+ * @param[out] name is the pointer to an ::rtems_name object. When the
* directive call is successful, the object name associated with the object
- * identifier will be stored in this variable.
+ * identifier will be stored in this object.
*
* @retval ::RTEMS_SUCCESSFUL The requested operation was successful.
*
@@ -730,9 +732,9 @@ const char *rtems_object_get_api_class_name( int the_api, int the_class );
* @param the_class is the object class of the object API to get the class
* information.
*
- * @param info is the pointer to an object class information variable. When
- * the directive call is successful, the object class information of the
- * class of the API will be stored in this variable.
+ * @param[out] info is the pointer to an rtems_object_api_class_information
+ * object. When the directive call is successful, the object class
+ * information of the class of the API will be stored in this object.
*
* @retval ::RTEMS_SUCCESSFUL The requested operation was successful.
*