summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 15:06:42 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commitb697bc6a44a4a41f3025b833847adf96f6052bdd (patch)
treef5b92442b085535f82e63c0c7d3ca71005579fd0 /cpukit/include
parentcpukit: Add EOL on files missing EOL at EOF (diff)
downloadrtems-b697bc6a44a4a41f3025b833847adf96f6052bdd.tar.bz2
cpukit: Use Consistent Beginning of Doxygen Group Notation
This is the result of a sed script which converts all uses of @{ into a consistent form.
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/rtems/irq-extension.h3
-rw-r--r--cpukit/include/rtems/status-checks.h12
-rw-r--r--cpukit/include/rtems/userenv.h3
3 files changed, 6 insertions, 12 deletions
diff --git a/cpukit/include/rtems/irq-extension.h b/cpukit/include/rtems/irq-extension.h
index 644091bb37..ff2c6daff4 100644
--- a/cpukit/include/rtems/irq-extension.h
+++ b/cpukit/include/rtems/irq-extension.h
@@ -38,9 +38,8 @@ extern "C" {
* In addition to the Classic API interrupt handler with a handle are
* supported. You can also install multiple shared handler for one interrupt
* vector.
- *
- * @{
*/
+/**@{**/
/**
* @brief Makes the interrupt handler unique. Prevents other handler from
diff --git a/cpukit/include/rtems/status-checks.h b/cpukit/include/rtems/status-checks.h
index 631c9f40fa..a1e2698e14 100644
--- a/cpukit/include/rtems/status-checks.h
+++ b/cpukit/include/rtems/status-checks.h
@@ -29,15 +29,13 @@ extern "C" {
/**
* @defgroup rtems_status_checks Status Checks
- *
- * @{
*/
+/**@{**/
/**
* @name Print Macros
- *
- * @{
*/
+/**@{**/
/**
* @brief General purpose debug print macro.
@@ -142,9 +140,8 @@ extern "C" {
/**
* @name Check Macros
- *
- * @{
*/
+/**@{**/
/**
* @brief Prints message @a msg and returns with status code @a sc if the status
@@ -248,9 +245,8 @@ extern "C" {
/**
* @name Cleanup Macros
- *
- * @{
*/
+/**@{**/
/**
* @brief Prints message @a msg and jumps to @a label if the status code @a sc
diff --git a/cpukit/include/rtems/userenv.h b/cpukit/include/rtems/userenv.h
index 53ec42dcf6..edbef204bd 100644
--- a/cpukit/include/rtems/userenv.h
+++ b/cpukit/include/rtems/userenv.h
@@ -40,9 +40,8 @@ extern "C" {
* @ingroup LibIO
*
* @brief Provides a POSIX like user environment for tasks.
- *
- * @{
*/
+/**@{**/
#ifndef LOGIN_NAME_MAX
#ifdef _POSIX_LOGIN_NAME_MAX