aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-02 12:03:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-02 12:03:48 +0000
commit2c119823065fd4f42d87b6c305025cb8ae972f64 (patch)
tree39a9552e1b8ed73cdcc2ec8354913230f92450bf /os/kernel/templates
parent51af0586c9634da8dfb35c6c71e0726392c1fbb3 (diff)
downloadChibiOS-2c119823065fd4f42d87b6c305025cb8ae972f64.tar.gz
ChibiOS-2c119823065fd4f42d87b6c305025cb8ae972f64.tar.bz2
ChibiOS-2c119823065fd4f42d87b6c305025cb8ae972f64.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5795 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/templates')
-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 7ead27379..7639d9dd7 100644
--- a/os/kernel/templates/chcore.c
+++ b/os/kernel/templates/chcore.c
@@ -18,7 +18,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 fe2295f37..f73b3b0c8 100644
--- a/os/kernel/templates/chcore.h
+++ b/os/kernel/templates/chcore.h
@@ -18,7 +18,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