[PATCH 84/98] doxygen: score: adjust doc in timecounterimpl.h to doxygen guidelines

Sebastian Huber sebastian.huber at embedded-brains.de
Tue May 7 05:40:29 UTC 2019


From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>

---
 cpukit/include/rtems/score/timecounterimpl.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/cpukit/include/rtems/score/timecounterimpl.h b/cpukit/include/rtems/score/timecounterimpl.h
index ac09d9b1a6..f6522b2de0 100644
--- a/cpukit/include/rtems/score/timecounterimpl.h
+++ b/cpukit/include/rtems/score/timecounterimpl.h
@@ -36,6 +36,12 @@ extern "C" {
  * @{
  */
 
+/**
+ * @brief Sets the timecounter clock to the given value.
+ *
+ * @param bt The value to set the clock to.
+ * @param lock_context The interrupt lock context.
+ */
 void _Timecounter_Set_clock(
   const struct bintime *bt,
   ISR_lock_Context     *lock_context
-- 
2.16.4




More information about the devel mailing list