aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/xWDGv1
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-02-02 10:25:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-02-02 10:25:11 +0000
commit241e03a2056224282e880f66ed02b707997dc868 (patch)
tree82b5c1b9bba408a0aade4422caa9b67f0d2e0fda /os/hal/ports/STM32/LLD/xWDGv1
parent4f98c8cf4c05dd2f7dc6e5e9e135d012f6aa0ab5 (diff)
downloadChibiOS-241e03a2056224282e880f66ed02b707997dc868.tar.gz
ChibiOS-241e03a2056224282e880f66ed02b707997dc868.tar.bz2
ChibiOS-241e03a2056224282e880f66ed02b707997dc868.zip
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11425 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/xWDGv1')
-rw-r--r--os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c b/os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c
index 0370cae67..42a620e3e 100644
--- a/os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c
+++ b/os/hal/ports/STM32/LLD/xWDGv1/hal_wdg_lld.c
@@ -119,7 +119,7 @@ void wdg_lld_start(WDGDriver *wdgp) {
*
* @param[in] wdgp pointer to the @p WDGDriver object
*
- * @api
+ * @notapi
*/
void wdg_lld_stop(WDGDriver *wdgp) {