aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 12:21:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 12:21:41 +0000
commitbe6f1e075881d02a7c40fda88fd5c90b897e771b (patch)
treed571081d43e4e48679ff0244aecda9bae50cccd2 /os/nil
parent9e7ae25e49648f92a7ef092b9ec39cec8db121ac (diff)
downloadChibiOS-be6f1e075881d02a7c40fda88fd5c90b897e771b.tar.gz
ChibiOS-be6f1e075881d02a7c40fda88fd5c90b897e771b.tar.bz2
ChibiOS-be6f1e075881d02a7c40fda88fd5c90b897e771b.zip
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11990 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/nil')
-rw-r--r--os/nil/include/ch.h2
-rw-r--r--os/nil/src/ch.c2
-rw-r--r--os/nil/templates/chconf.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h
index b5da42aac..dc89bd597 100644
--- a/os/nil/include/ch.h
+++ b/os/nil/include/ch.h
@@ -18,7 +18,7 @@
*/
/**
- * @file ch.h
+ * @file nil/include/ch.h
* @brief Nil RTOS main header file.
* @details This header includes all the required kernel headers so it is the
* only header you usually need to include in your application.
diff --git a/os/nil/src/ch.c b/os/nil/src/ch.c
index b9ead4fa8..a15a986a5 100644
--- a/os/nil/src/ch.c
+++ b/os/nil/src/ch.c
@@ -18,7 +18,7 @@
*/
/**
- * @file ch.c
+ * @file nil/src/ch.c
* @brief Nil RTOS main source file.
*
* @addtogroup NIL_KERNEL
diff --git a/os/nil/templates/chconf.h b/os/nil/templates/chconf.h
index 08832845f..740a3472e 100644
--- a/os/nil/templates/chconf.h
+++ b/os/nil/templates/chconf.h
@@ -15,7 +15,7 @@
*/
/**
- * @file templates/chconf.h
+ * @file nil/templates/chconf.h
* @brief Configuration file template.
* @details A copy of this file must be placed in each project directory, it
* contains the application specific kernel settings.