diff options
-rw-r--r-- | doc/hal/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/hal/Doxyfile_html | 2 | ||||
-rw-r--r-- | os/rt/include/chlicense.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index b862b3ef3..c12db0250 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -1022,7 +1022,7 @@ GENERATE_HTMLHELP = YES # can add a path in front of the file if the result should not be
# written to the html output directory.
-CHM_FILE = ../../ChibiOS_RT.chm
+CHM_FILE = ../../ChibiOS_HAL.chm
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
# be used to specify the location (absolute path including file name) of
diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html index 74e53c3c1..4bb444787 100644 --- a/doc/hal/Doxyfile_html +++ b/doc/hal/Doxyfile_html @@ -1022,7 +1022,7 @@ GENERATE_HTMLHELP = NO # can add a path in front of the file if the result should not be
# written to the html output directory.
-CHM_FILE = ../../ChibiOS_RT.chm
+CHM_FILE = ../../ChibiOS_HAL.chm
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
# be used to specify the location (absolute path including file name) of
diff --git a/os/rt/include/chlicense.h b/os/rt/include/chlicense.h index a77bc35d8..dffded18f 100644 --- a/os/rt/include/chlicense.h +++ b/os/rt/include/chlicense.h @@ -131,7 +131,7 @@ /**
* @brief Code deploy restrictions.
- * @detail This is the per-core deploy limit allowed under the current
+ * @details This is the per-core deploy limit allowed under the current
* license scheme.
*/
#define CH_LICENSE_MAX_DEPLOY CH_DEPLOY_UNLIMITED
|