aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-03 13:10:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-03 13:10:15 +0000
commitaa67a4b1960f9f510340ba0fc1d85f6abdd2db94 (patch)
tree292a7d69c57289c13d144feb3d52ef30b9a4ecb0 /os/kernel
parent2bb4f71bb27e6a14759828067e40c6d245cb3243 (diff)
downloadChibiOS-aa67a4b1960f9f510340ba0fc1d85f6abdd2db94.tar.gz
ChibiOS-aa67a4b1960f9f510340ba0fc1d85f6abdd2db94.tar.bz2
ChibiOS-aa67a4b1960f9f510340ba0fc1d85f6abdd2db94.zip
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2231 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel')
-rw-r--r--os/kernel/templates/chcore.c2
-rw-r--r--os/kernel/templates/chcore.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/templates/chcore.c b/os/kernel/templates/chcore.c
index d7956171c..9a989d183 100644
--- a/os/kernel/templates/chcore.c
+++ b/os/kernel/templates/chcore.c
@@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
+/* * <-disabled
* @file templates/chcore.c
* @brief Port related template code.
* @details This file is a template of the system driver functions provided by
diff --git a/os/kernel/templates/chcore.h b/os/kernel/templates/chcore.h
index f7e2e417c..e00677340 100644
--- a/os/kernel/templates/chcore.h
+++ b/os/kernel/templates/chcore.h
@@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
+/* * <-disabled
* @file templates/chcore.h
* @brief Port related template macros and structures.
* @details This file is a template of the system driver macros provided by