From 175ae5dc1e8054e59b052a0d2a7bed5eaf9c9a4c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 8 Dec 2014 10:52:05 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7562 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- doc/hal/Doxyfile_chm | 2 +- doc/hal/Doxyfile_html | 2 +- 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