summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/assoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/rtems/assoc.h')
-rw-r--r--cpukit/libcsupport/include/rtems/assoc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/libcsupport/include/rtems/assoc.h b/cpukit/libcsupport/include/rtems/assoc.h
index 06a74849ef..c4933159e0 100644
--- a/cpukit/libcsupport/include/rtems/assoc.h
+++ b/cpukit/libcsupport/include/rtems/assoc.h
@@ -1,6 +1,8 @@
/**
* @file rtems/assoc.h
*
+ * @brief RTEMS Associativity Routines
+ *
* RTEMS associativity routines. Mainly used to convert a value from
* one space to another (eg: our errno's to host errno's and vice-versa)
*/
@@ -10,7 +12,7 @@
#define _RTEMS_RTEMS_ASSOC_H
/**
- * @defgroup Associativity Routines
+ * @defgroup Associativity Associativity Routines
*/
/**@{*/
@@ -139,7 +141,7 @@ const rtems_assoc_t *rtems_assoc_ptr_by_local(
/**
* @brief RTEMS Associate Bad Name
- *
+ *
* what to return if a value is not found
* this is not reentrant, but it really shouldn't be invoked anyway
*/