summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/config.h21
1 files changed, 14 insertions, 7 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/config.h b/cpukit/rtems/include/rtems/rtems/config.h
index 3cc64cfe97..c12c72b2a1 100644
--- a/cpukit/rtems/include/rtems/rtems/config.h
+++ b/cpukit/rtems/include/rtems/rtems/config.h
@@ -1,12 +1,11 @@
/**
* @file rtems/rtems/config.h
- */
-
-/*
+ *
* This include file contains the table of user defined configuration
* parameters specific for the RTEMS API.
- *
- * COPYRIGHT (c) 1989-2006.
+ */
+
+/* COPYRIGHT (c) 1989-2006.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -26,7 +25,14 @@ extern "C" {
#include <rtems/rtems/types.h>
#include <rtems/rtems/tasks.h>
-/*
+/**
+ * @defgroup ClassicConfig Classic API Configuration
+ *
+ * This encapsulates functionality which XXX
+ */
+/**@{*/
+
+/**
* The following records define the Configuration Table. The
* information contained in this table is required in all
* RTEMS systems, whether single or multiprocessor. This
@@ -34,7 +40,6 @@ extern "C" {
*
* + required number of each object type
*/
-
typedef struct {
uint32_t maximum_tasks;
uint32_t maximum_timers;
@@ -53,5 +58,7 @@ typedef struct {
}
#endif
+/**@}*/
+
#endif
/* end of include file */