summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-12-28 09:48:37 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-28 09:48:37 -0600
commitb8fc260ff3b9008d260febeadd092f31fd37c10a (patch)
tree1f465b75af013e8e056a4761bf8ac396b6515fda
parentlibfs: Doxygen Enhancement Task #4 (diff)
downloadrtems-b8fc260ff3b9008d260febeadd092f31fd37c10a.tar.bz2
Miscellaneous Doxygen clean-up
-rw-r--r--cpukit/libcsupport/include/rtems/assoc.h2
-rw-r--r--cpukit/libmisc/mouse/mouse_parser.h2
-rw-r--r--cpukit/posix/include/rtems/posix/semaphore.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/barrier.h3
-rw-r--r--cpukit/rtems/include/rtems/rtems/options.h6
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h2
6 files changed, 14 insertions, 3 deletions
diff --git a/cpukit/libcsupport/include/rtems/assoc.h b/cpukit/libcsupport/include/rtems/assoc.h
index 06a74849ef..0ed3ded50f 100644
--- a/cpukit/libcsupport/include/rtems/assoc.h
+++ b/cpukit/libcsupport/include/rtems/assoc.h
@@ -10,7 +10,7 @@
#define _RTEMS_RTEMS_ASSOC_H
/**
- * @defgroup Associativity Routines
+ * @defgroup Associativity Associativity Routines
*/
/**@{*/
diff --git a/cpukit/libmisc/mouse/mouse_parser.h b/cpukit/libmisc/mouse/mouse_parser.h
index 8b42c4464f..2e02e1ff34 100644
--- a/cpukit/libmisc/mouse/mouse_parser.h
+++ b/cpukit/libmisc/mouse/mouse_parser.h
@@ -114,4 +114,6 @@ void mouse_parser_enqueue(
}
#endif
+/**@}*/
+
#endif
diff --git a/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h
index 08ace7684f..6390f22110 100644
--- a/cpukit/posix/include/rtems/posix/semaphore.h
+++ b/cpukit/posix/include/rtems/posix/semaphore.h
@@ -189,5 +189,7 @@ int _POSIX_Semaphore_Translate_core_semaphore_return_code(
}
#endif
+/**@}*/
+
#endif
/* end of include file */
diff --git a/cpukit/rtems/include/rtems/rtems/barrier.h b/cpukit/rtems/include/rtems/rtems/barrier.h
index b7e74839a5..a7508b462e 100644
--- a/cpukit/rtems/include/rtems/rtems/barrier.h
+++ b/cpukit/rtems/include/rtems/rtems/barrier.h
@@ -31,7 +31,8 @@
*
* @ingroup ClassicRTEMS
*
- * This encapsulates functionality which XXX
+ * This encapsulates functionality which implements the Classic API
+ * Barrier Manager.
*/
/**@{*/
diff --git a/cpukit/rtems/include/rtems/rtems/options.h b/cpukit/rtems/include/rtems/rtems/options.h
index 6b30cc3044..c42af1c431 100644
--- a/cpukit/rtems/include/rtems/rtems/options.h
+++ b/cpukit/rtems/include/rtems/rtems/options.h
@@ -25,7 +25,11 @@ extern "C" {
/**
* @defgroup ClassicOptions Classic API Options
*
- * This encapsulates functionality which XXX
+ * @ingroup ClassicRTEMS
+ *
+ * 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.
*/
/**@{*/
diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index 6e88b9efcb..686d0e25d0 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -354,6 +354,8 @@ typedef struct {
/**
* @defgroup Contexts SPARC Context Structures
*
+ * @ingroup Score
+ *
* Generally there are 2 types of context to save.
* + Interrupt registers to save
* + Task level registers to save