summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/options.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/options.h27
1 files changed, 17 insertions, 10 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/options.h b/cpukit/rtems/include/rtems/rtems/options.h
index 6b30cc3044..29c0351a34 100644
--- a/cpukit/rtems/include/rtems/rtems/options.h
+++ b/cpukit/rtems/include/rtems/rtems/options.h
@@ -1,18 +1,21 @@
/**
* @file rtems/rtems/options.h
*
- * @brief Information Which Defines the Options Available on Many Directives.
+ * @defgroup ClassicOptions Classic API Options
*
- * This include file contains information which defines the
- * options available on many directives.
+ * @ingroup ClassicRTEMS
+ * @brief Options Available on Many Directives
+ *
+ * This include file contains information which defines the
+ * options available on many directives.
*/
-/* 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_OPTIONS_H
@@ -23,9 +26,13 @@ extern "C" {
#endif
/**
- * @defgroup ClassicOptions Classic API Options
+ * @defgroup ClassicOptions Classic API Options
+ *
+ * @ingroup ClassicRTEMS
*
- * This encapsulates functionality which XXX
+ * This encapsulates functionality related to the options argument
+ * to Classic API blocking operations. The primary option is whether
+ * or not a task is willing to wait for the operation to complete.
*/
/**@{*/