aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt')
-rw-r--r--os/rt/include/ch.h2
-rw-r--r--os/rt/templates/chconf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h
index 99eb0d2ab..7287f3202 100644
--- a/os/rt/include/ch.h
+++ b/os/rt/include/ch.h
@@ -18,7 +18,7 @@
*/
/**
- * @file ch.h
+ * @file rt/include/ch.h
* @brief ChibiOS/RT main include file.
*
* @addtogroup kernel_info
diff --git a/os/rt/templates/chconf.h b/os/rt/templates/chconf.h
index 184320861..7dff81b1e 100644
--- a/os/rt/templates/chconf.h
+++ b/os/rt/templates/chconf.h
@@ -15,7 +15,7 @@
*/
/**
- * @file templates/chconf.h
+ * @file rt/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.