summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/threadq.inl
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-09 11:20:58 -0500
committerGedare Bloom <gedare@rtems.org>2013-01-09 11:20:58 -0500
commitd8134178deaa9728013ccb858bb0784bce533663 (patch)
treeadf7a7b2d88e5f85ed9151430bd3fa86b36ea42e /cpukit/score/inline/rtems/score/threadq.inl
parentbsps/arm: Fix LPC Ethernet driver initialization (diff)
downloadrtems-d8134178deaa9728013ccb858bb0784bce533663.tar.bz2
score: Doxygen Clean Up Task #18
http://www.google-melange.com/gci/task/view/google/gci2012/8137204
Diffstat (limited to 'cpukit/score/inline/rtems/score/threadq.inl')
-rw-r--r--cpukit/score/inline/rtems/score/threadq.inl15
1 files changed, 9 insertions, 6 deletions
diff --git a/cpukit/score/inline/rtems/score/threadq.inl b/cpukit/score/inline/rtems/score/threadq.inl
index d16013d19f..e7c6aa5aed 100644
--- a/cpukit/score/inline/rtems/score/threadq.inl
+++ b/cpukit/score/inline/rtems/score/threadq.inl
@@ -1,8 +1,10 @@
-/**
- * @file rtems/score/threadq.inl
+/**
+ * @file
+ *
+ * @brief Inlined Routines Associated with the Manipulation of Thread Queues
*
- * This inline file contains all of the inlined routines associated with
- * the manipulation of thread queues.
+ * This inline file contains all of the inlined routines associated with
+ * the manipulation of thread queues.
*/
/*
@@ -24,11 +26,12 @@
#include <rtems/score/thread.h>
/**
- * @addtogroup ScoreThreadQ
+ * @addtogroup ScoreThreadQ
+ *
* @{
*/
-/**@}*/
+/** @} */
#endif
/* end of include file */