summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/extension.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/sapi/include/rtems/extension.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 'cpukit/sapi/include/rtems/extension.h')
-rw-r--r--cpukit/sapi/include/rtems/extension.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/sapi/include/rtems/extension.h b/cpukit/sapi/include/rtems/extension.h
index d57646ca9e..d4f7fde532 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/sapi/include/rtems/extension.h
@@ -170,9 +170,8 @@ typedef User_extensions_routine
* will operate correctly even if they utilize the C Library because the C
* Library's task delete extension is invoked after that of the other
* extensions.
- *
- * @{
*/
+/**@{**/
typedef User_extensions_thread_create_extension rtems_task_create_extension;
typedef User_extensions_thread_delete_extension rtems_task_delete_extension;