aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/hal/Doxyfile_chm2
-rw-r--r--doc/hal/Doxyfile_html2
-rw-r--r--doc/nil/Doxyfile_chm2
-rw-r--r--doc/nil/Doxyfile_html2
-rw-r--r--doc/rt/Doxyfile_chm2
-rw-r--r--doc/rt/Doxyfile_html2
-rw-r--r--os/hal/ports/STM32/LLD/sdc_lld.c1
-rw-r--r--os/hal/templates/sdc_lld.c1
8 files changed, 8 insertions, 6 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm
index 9814956e8..e98cefa94 100644
--- a/doc/hal/Doxyfile_chm
+++ b/doc/hal/Doxyfile_chm
@@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.0.0dev
+PROJECT_NUMBER = 3.0.0p1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html
index a6f88bc93..256797b8f 100644
--- a/doc/hal/Doxyfile_html
+++ b/doc/hal/Doxyfile_html
@@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.0.0dev
+PROJECT_NUMBER = 3.0.0p1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/nil/Doxyfile_chm b/doc/nil/Doxyfile_chm
index c3e3ae708..ff1ad1b9a 100644
--- a/doc/nil/Doxyfile_chm
+++ b/doc/nil/Doxyfile_chm
@@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.0.0dev
+PROJECT_NUMBER = 1.0.0p1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/nil/Doxyfile_html b/doc/nil/Doxyfile_html
index 866fd7194..ff0f3dd32 100644
--- a/doc/nil/Doxyfile_html
+++ b/doc/nil/Doxyfile_html
@@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.0.0dev
+PROJECT_NUMBER = 1.0.0p1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm
index 4b5acafb2..9accdc0f9 100644
--- a/doc/rt/Doxyfile_chm
+++ b/doc/rt/Doxyfile_chm
@@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.0.0dev
+PROJECT_NUMBER = 3.0.0p1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/doc/rt/Doxyfile_html b/doc/rt/Doxyfile_html
index 69f24ebf3..b0410b7ab 100644
--- a/doc/rt/Doxyfile_html
+++ b/doc/rt/Doxyfile_html
@@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/RT
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.0.0dev
+PROJECT_NUMBER = 3.0.0p1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/os/hal/ports/STM32/LLD/sdc_lld.c b/os/hal/ports/STM32/LLD/sdc_lld.c
index 343adf6fc..a923b498c 100644
--- a/os/hal/ports/STM32/LLD/sdc_lld.c
+++ b/os/hal/ports/STM32/LLD/sdc_lld.c
@@ -487,6 +487,7 @@ void sdc_lld_start_clk(SDCDriver *sdcp) {
* @brief Sets the SDIO clock to data mode (25MHz or less).
*
* @param[in] sdcp pointer to the @p SDCDriver object
+ * @param[in] clk the clock mode
*
* @notapi
*/
diff --git a/os/hal/templates/sdc_lld.c b/os/hal/templates/sdc_lld.c
index 5290e8f57..40bfac8d3 100644
--- a/os/hal/templates/sdc_lld.c
+++ b/os/hal/templates/sdc_lld.c
@@ -113,6 +113,7 @@ void sdc_lld_start_clk(SDCDriver *sdcp) {
* @brief Sets the SDIO clock to data mode (25MHz or less).
*
* @param[in] sdcp pointer to the @p SDCDriver object
+ * @param[in] clk the clock mode
*
* @notapi
*/