summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/rtemsapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/rtemsapi.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/rtemsapi.h19
1 files changed, 13 insertions, 6 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/rtemsapi.h b/cpukit/rtems/include/rtems/rtems/rtemsapi.h
index 5d74fa6790..039436ded1 100644
--- a/cpukit/rtems/include/rtems/rtems/rtemsapi.h
+++ b/cpukit/rtems/include/rtems/rtems/rtemsapi.h
@@ -1,15 +1,22 @@
/**
* @file rtems/rtems/rtemsapi.h
*
- * RTEMS API Support
+ * @defgroup ClassicAPI RTEMS API Support
+ *
+ * @ingroup ClassicRTEMS
+ * @brief RTEMS API Support
+ *
+ * This routine initializes the RTEMS API by invoking the initialization
+ * routine for each RTEMS manager with the appropriate parameters
+ * from the configuration_table.
*/
-/* COPYRIGHT (c) 1989-2008.
- * On-Line Applications Research Corporation (OAR).
+/* COPYRIGHT (c) 1989-2008.
+ * On-Line Applications Research Corporation (OAR).
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef _RTEMS_RTEMS_RTEMSAPI_H