summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/userext.h
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/score/include/rtems/score/userext.h
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 '')
-rw-r--r--cpukit/score/include/rtems/score/userext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/userext.h b/cpukit/score/include/rtems/score/userext.h
index 078c3deec8..bf76c35e39 100644
--- a/cpukit/score/include/rtems/score/userext.h
+++ b/cpukit/score/include/rtems/score/userext.h
@@ -36,9 +36,8 @@ typedef void User_extensions_routine RTEMS_COMPILER_DEPRECATED_ATTRIBUTE;
* @brief The User Extension Handler provides invocation of application
* dependent routines at critical points in the life of each thread and the
* system as a whole.
- *
- * @{
*/
+/**@{**/
/**
* @brief Task create extension.