From 6e8584a24b6dea449671b96de9c6c4ff307c9167 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 4 Jun 2017 14:03:21 +0000 Subject: Documentation-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10248 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/hal_qspi_lld.c | 6 +++--- os/hal/templates/hal_wdg_lld.c | 2 +- os/hal/templates/hal_wdg_lld.h | 2 +- os/rt/include/chalign.h | 2 +- os/rt/src/chtrace.c | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/os/hal/templates/hal_qspi_lld.c b/os/hal/templates/hal_qspi_lld.c index 6ba358168..e9c7103c6 100644 --- a/os/hal/templates/hal_qspi_lld.c +++ b/os/hal/templates/hal_qspi_lld.c @@ -116,7 +116,7 @@ void qspi_lld_stop(QSPIDriver *qspip) { * @post At the end of the operation the configured callback is invoked. * * @param[in] qspip pointer to the @p QSPIDriver object - * @param[in] cmd pointer to the command descriptor + * @param[in] cmdp pointer to the command descriptor * * @notapi */ @@ -131,7 +131,7 @@ void qspi_lld_command(QSPIDriver *qspip, const qspi_command_t *cmdp) { * @post At the end of the operation the configured callback is invoked. * * @param[in] qspip pointer to the @p QSPIDriver object - * @param[in] cmd pointer to the command descriptor + * @param[in] cmdp pointer to the command descriptor * @param[in] n number of bytes to send * @param[in] txbuf the pointer to the transmit buffer * @@ -151,7 +151,7 @@ void qspi_lld_send(QSPIDriver *qspip, const qspi_command_t *cmdp, * @post At the end of the operation the configured callback is invoked. * * @param[in] qspip pointer to the @p QSPIDriver object - * @param[in] cmd pointer to the command descriptor + * @param[in] cmdp pointer to the command descriptor * @param[in] n number of bytes to send * @param[out] rxbuf the pointer to the receive buffer * diff --git a/os/hal/templates/hal_wdg_lld.c b/os/hal/templates/hal_wdg_lld.c index b24213381..2acc25b65 100644 --- a/os/hal/templates/hal_wdg_lld.c +++ b/os/hal/templates/hal_wdg_lld.c @@ -15,7 +15,7 @@ */ /** - * @file wdg_lld.c + * @file hal_wdg_lld.c * @brief WDG Driver subsystem low level driver source template. * * @addtogroup WDG diff --git a/os/hal/templates/hal_wdg_lld.h b/os/hal/templates/hal_wdg_lld.h index 1fff88558..ee13a7d7c 100644 --- a/os/hal/templates/hal_wdg_lld.h +++ b/os/hal/templates/hal_wdg_lld.h @@ -15,7 +15,7 @@ */ /** - * @file wdg_lld.h + * @file hal_wdg_lld.h * @brief WDG Driver subsystem low level driver header template. * * @addtogroup WDG diff --git a/os/rt/include/chalign.h b/os/rt/include/chalign.h index b2065923e..ae1a2184f 100644 --- a/os/rt/include/chalign.h +++ b/os/rt/include/chalign.h @@ -18,7 +18,7 @@ */ /** - * @file chmem.h + * @file chalign.h * @brief Memory alignment macros and structures. * * @addtogroup mem diff --git a/os/rt/src/chtrace.c b/os/rt/src/chtrace.c index f6c6d8e70..97e265588 100644 --- a/os/rt/src/chtrace.c +++ b/os/rt/src/chtrace.c @@ -208,7 +208,7 @@ void chDbgWriteTrace(void *up1, void *up2) { /** * @brief Suspends one or more trace events. * - * @paramin mask mask of the trace events to be suspended + * @param[in] mask mask of the trace events to be suspended * * @iclass */ @@ -222,7 +222,7 @@ void chDbgSuspendTraceI(uint16_t mask) { /** * @brief Suspends one or more trace events. * - * @paramin mask mask of the trace events to be suspended + * @param[in] mask mask of the trace events to be suspended * * @api */ @@ -236,7 +236,7 @@ void chDbgSuspendTrace(uint16_t mask) { /** * @brief Resumes one or more trace events. * - * @paramin mask mask of the trace events to be resumed + * @param[in] mask mask of the trace events to be resumed * * @iclass */ @@ -250,7 +250,7 @@ void chDbgResumeTraceI(uint16_t mask) { /** * @brief Resumes one or more trace events. * - * @paramin mask mask of the trace events to be resumed + * @param[in] mask mask of the trace events to be resumed * * @api */ -- cgit v1.2.3