aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chevents.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-11 15:12:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-11 15:12:21 +0000
commit055fea386e4994a35b758b94f948f9de1c8ba091 (patch)
treeb121874ef43c137a308d7009c7acc08b43c0b135 /os/rt/include/chevents.h
parent509af41c04084bb0ed467d137efb4aeb68d25a05 (diff)
downloadChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.tar.gz
ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.tar.bz2
ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.zip
Documentation related fixes. Documentation is buildable with Doxygen 1.8.8 now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7571 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/chevents.h')
-rw-r--r--os/rt/include/chevents.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/rt/include/chevents.h b/os/rt/include/chevents.h
index 996cef31a..15511bfd8 100644
--- a/os/rt/include/chevents.h
+++ b/os/rt/include/chevents.h
@@ -218,6 +218,7 @@ static inline void chEvtRegister(event_source_t *esp,
* @brief Verifies if there is at least one @p event_listener_t registered.
*
* @param[in] esp pointer to the @p event_source_t structure
+ * @return The event source status.
*
* @iclass
*/