summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/object.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/object.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/object.h b/cpukit/rtems/include/rtems/rtems/object.h
index bb989df22c..367e5ef224 100644
--- a/cpukit/rtems/include/rtems/rtems/object.h
+++ b/cpukit/rtems/include/rtems/rtems/object.h
@@ -1,9 +1,8 @@
/**
- * @file rtems/classinfo.h
+ * @file rtems/rtems/object.h
*/
-
-/*
- * COPYRIGHT (c) 1989-2008.
+
+/* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -26,6 +25,13 @@ extern "C" {
#include <rtems/rtems/types.h>
/**
+ * @defgroup ClassicClassInfo Classic API Class Information
+ *
+ * This encapsulates functionality which XXX
+ */
+/**@{*/
+
+/**
* This structure is used to return information to the application
* about the objects configured for a specific API/Class combination.
*/
@@ -325,5 +331,7 @@ rtems_status_code rtems_object_get_class_information(
}
#endif
+/**@}*/
+
#endif
/* end of include file */