From bb1c6aba63ec75125f54bded154948fde13e6839 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 15 Mar 2020 13:51:47 +0000 Subject: [PATCH] Documentation-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13427 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- doc/full_rm/Doxyfile_html | 7 +++---- os/oslib/include/chbsem.h | 2 +- os/oslib/include/chdelegates.h | 2 +- os/oslib/include/chfactory.h | 2 +- os/oslib/include/chjobs.h | 2 +- os/oslib/include/chlib.h | 2 +- os/oslib/include/chmboxes.h | 2 +- os/oslib/include/chmemcore.h | 2 +- os/oslib/include/chmemheaps.h | 2 +- os/oslib/include/chmempools.h | 2 +- os/oslib/include/chobjcaches.h | 2 +- os/oslib/include/chobjfifos.h | 2 +- os/oslib/include/chpipes.h | 2 +- os/oslib/src/chdelegates.c | 2 +- os/oslib/src/chfactory.c | 2 +- os/oslib/src/chmboxes.c | 2 +- os/oslib/src/chmemcore.c | 2 +- os/oslib/src/chmemheaps.c | 2 +- os/oslib/src/chmempools.c | 2 +- os/oslib/src/chobjcaches.c | 2 +- os/oslib/src/chpipes.c | 2 +- os/rt/include/chalign.h | 2 +- os/rt/include/chchecks.h | 2 +- os/rt/include/chcond.h | 2 +- os/rt/include/chdebug.h | 2 +- os/rt/include/chdynamic.h | 2 +- os/rt/include/chevents.h | 2 +- os/rt/include/chmsg.h | 2 +- os/rt/include/chmtx.h | 2 +- os/rt/include/chregistry.h | 2 +- os/rt/include/chrestrictions.h | 2 +- os/rt/include/chschd.h | 2 +- os/rt/include/chsem.h | 2 +- os/rt/include/chstats.h | 2 +- os/rt/include/chsys.h | 2 +- os/rt/include/chsystypes.h | 2 +- os/rt/include/chthreads.h | 2 +- os/rt/include/chtime.h | 2 +- os/rt/include/chtm.h | 2 +- os/rt/include/chtrace.h | 2 +- os/rt/include/chvt.h | 2 +- os/rt/src/chcond.c | 2 +- os/rt/src/chdebug.c | 2 +- os/rt/src/chdynamic.c | 2 +- os/rt/src/chevents.c | 2 +- os/rt/src/chmsg.c | 2 +- os/rt/src/chmtx.c | 2 +- os/rt/src/chregistry.c | 2 +- os/rt/src/chschd.c | 2 +- os/rt/src/chsem.c | 2 +- os/rt/src/chstats.c | 2 +- os/rt/src/chsys.c | 2 +- os/rt/src/chthreads.c | 2 +- os/rt/src/chtm.c | 2 +- os/rt/src/chtrace.c | 2 +- os/rt/src/chvt.c | 2 +- 56 files changed, 58 insertions(+), 59 deletions(-) diff --git a/doc/full_rm/Doxyfile_html b/doc/full_rm/Doxyfile_html index cdd8cfdfd..15d8a3641 100644 --- a/doc/full_rm/Doxyfile_html +++ b/doc/full_rm/Doxyfile_html @@ -803,16 +803,15 @@ INPUT = ./src \ ../../os/hal/dox \ ../../os/hal/src \ ../../os/hal/include \ - ../../os/hal/lib/peripherals/flash \ - ../../os/hal/lib/peripherals/sensors \ ../../os/hal/lib/streams \ ../../os/hal/lib/complex/mfs \ ../../os/hal/lib/complex/serial_nor \ ../../os/hal/templates \ ../../os/hal/templates/osal \ ../../os/ex/dox \ - ../../os/ex/Bosch \ - ../../os/ex/ST + ../../os/ex/devices/Bosch \ + ../../os/ex/devices/ST \ + ../../os/ex/include # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/os/oslib/include/chbsem.h b/os/oslib/include/chbsem.h index 192aec86a..ed5a703c2 100644 --- a/os/oslib/include/chbsem.h +++ b/os/oslib/include/chbsem.h @@ -18,7 +18,7 @@ */ /** - * @file chbsem.h + * @file oslib/include/chbsem.h * @brief Binary semaphores structures and macros. * @details Binary semaphores related APIs and services. *

Operation mode

diff --git a/os/oslib/include/chdelegates.h b/os/oslib/include/chdelegates.h index 91a92a0af..4b4679dca 100644 --- a/os/oslib/include/chdelegates.h +++ b/os/oslib/include/chdelegates.h @@ -18,7 +18,7 @@ */ /** - * @file chdelegates.h + * @file oslib/include/chdelegates.h * @brief Delegate threads macros and structures. * * @addtogroup oslib_delegates diff --git a/os/oslib/include/chfactory.h b/os/oslib/include/chfactory.h index 1bd65cf0c..e05691447 100644 --- a/os/oslib/include/chfactory.h +++ b/os/oslib/include/chfactory.h @@ -18,7 +18,7 @@ */ /** - * @file chfactory.h + * @file oslib/include/chfactory.h * @brief ChibiOS objects factory structures and macros. * * @addtogroup oslib_objects_factory diff --git a/os/oslib/include/chjobs.h b/os/oslib/include/chjobs.h index c4b97edc2..46a8edc06 100644 --- a/os/oslib/include/chjobs.h +++ b/os/oslib/include/chjobs.h @@ -18,7 +18,7 @@ */ /** - * @file chjobs.h + * @file oslib/include/chjobs.h * @brief Jobs Queues structures and macros. * @details This module implements queues of generic jobs to be delegated * asynchronously to a pool of dedicated threads. diff --git a/os/oslib/include/chlib.h b/os/oslib/include/chlib.h index 4d656c0bf..b24b7c7b0 100644 --- a/os/oslib/include/chlib.h +++ b/os/oslib/include/chlib.h @@ -18,7 +18,7 @@ */ /** - * @file chlib.h + * @file oslib/include/chlib.h * @brief ChibiOS/LIB main include file. * @details This header includes all the required library headers. This file * is meant do be included by @p ch.h not directly by user. diff --git a/os/oslib/include/chmboxes.h b/os/oslib/include/chmboxes.h index fd76b995a..4f7882b94 100644 --- a/os/oslib/include/chmboxes.h +++ b/os/oslib/include/chmboxes.h @@ -18,7 +18,7 @@ */ /** - * @file chmboxes.h + * @file oslib/include/chmboxes.h * @brief Mailboxes macros and structures. * * @addtogroup oslib_mailboxes diff --git a/os/oslib/include/chmemcore.h b/os/oslib/include/chmemcore.h index 3c81a50bd..1b8615427 100644 --- a/os/oslib/include/chmemcore.h +++ b/os/oslib/include/chmemcore.h @@ -18,7 +18,7 @@ */ /** - * @file chmemcore.h + * @file oslib/include/chmemcore.h * @brief Core memory manager macros and structures. * * @addtogroup oslib_memcore diff --git a/os/oslib/include/chmemheaps.h b/os/oslib/include/chmemheaps.h index f20969a32..3c6daf919 100644 --- a/os/oslib/include/chmemheaps.h +++ b/os/oslib/include/chmemheaps.h @@ -18,7 +18,7 @@ */ /** - * @file chmemheaps.h + * @file oslib/include/chmemheaps.h * @brief Memory heaps macros and structures. * * @addtogroup oslib_memheaps diff --git a/os/oslib/include/chmempools.h b/os/oslib/include/chmempools.h index d502fd91c..2760e017b 100644 --- a/os/oslib/include/chmempools.h +++ b/os/oslib/include/chmempools.h @@ -18,7 +18,7 @@ */ /** - * @file chmempools.h + * @file oslib/include/chmempools.h * @brief Memory Pools macros and structures. * * @addtogroup oslib_mempools diff --git a/os/oslib/include/chobjcaches.h b/os/oslib/include/chobjcaches.h index d8051bf1d..db6957604 100644 --- a/os/oslib/include/chobjcaches.h +++ b/os/oslib/include/chobjcaches.h @@ -18,7 +18,7 @@ */ /** - * @file chobjcaches.h + * @file oslib/include/chobjcaches.h * @brief Objects Caches macros and structures. * * @addtogroup oslib_objchaches diff --git a/os/oslib/include/chobjfifos.h b/os/oslib/include/chobjfifos.h index b43f18207..52c227962 100644 --- a/os/oslib/include/chobjfifos.h +++ b/os/oslib/include/chobjfifos.h @@ -18,7 +18,7 @@ */ /** - * @file chobjfifos.h + * @file oslib/include/chobjfifos.h * @brief Objects FIFO structures and macros. * @details This module implements a generic FIFO queue of objects by * coupling a Guarded Memory Pool (for objects storage) and diff --git a/os/oslib/include/chpipes.h b/os/oslib/include/chpipes.h index ad8eb80d0..98576b6db 100644 --- a/os/oslib/include/chpipes.h +++ b/os/oslib/include/chpipes.h @@ -18,7 +18,7 @@ */ /** - * @file chpipes.h + * @file oslib/include/chpipes.h * @brief Pipes macros and structures. * * @addtogroup oslib_pipes diff --git a/os/oslib/src/chdelegates.c b/os/oslib/src/chdelegates.c index aaad34139..d1c245367 100644 --- a/os/oslib/src/chdelegates.c +++ b/os/oslib/src/chdelegates.c @@ -18,7 +18,7 @@ */ /** - * @file chdelegates.c + * @file oslib/src/chdelegates.c * @brief Delegate threads code. * @details Delegate threads. *

Operation mode

diff --git a/os/oslib/src/chfactory.c b/os/oslib/src/chfactory.c index 01c1144e9..aaad90bcb 100644 --- a/os/oslib/src/chfactory.c +++ b/os/oslib/src/chfactory.c @@ -18,7 +18,7 @@ */ /** - * @file chfactory.c + * @file oslib/src/chfactory.c * @brief ChibiOS objects factory and registry code. * * @addtogroup oslib_objects_factory diff --git a/os/oslib/src/chmboxes.c b/os/oslib/src/chmboxes.c index 1b23bf2e0..a96c07d5a 100644 --- a/os/oslib/src/chmboxes.c +++ b/os/oslib/src/chmboxes.c @@ -18,7 +18,7 @@ */ /** - * @file chmboxes.c + * @file oslib/src/chmboxes.c * @brief Mailboxes code. * * @addtogroup oslib_mailboxes diff --git a/os/oslib/src/chmemcore.c b/os/oslib/src/chmemcore.c index 73e2b0c89..3a619553f 100644 --- a/os/oslib/src/chmemcore.c +++ b/os/oslib/src/chmemcore.c @@ -18,7 +18,7 @@ */ /** - * @file chmemcore.c + * @file oslib/src/chmemcore.c * @brief Core memory manager code. * * @addtogroup oslib_memcore diff --git a/os/oslib/src/chmemheaps.c b/os/oslib/src/chmemheaps.c index a03bde2e7..2e1f03d55 100644 --- a/os/oslib/src/chmemheaps.c +++ b/os/oslib/src/chmemheaps.c @@ -18,7 +18,7 @@ */ /** - * @file chmemheaps.c + * @file oslib/src/chmemheaps.c * @brief Memory heaps code. * * @addtogroup oslib_memheaps diff --git a/os/oslib/src/chmempools.c b/os/oslib/src/chmempools.c index 996b66329..1144b0bdf 100644 --- a/os/oslib/src/chmempools.c +++ b/os/oslib/src/chmempools.c @@ -18,7 +18,7 @@ */ /** - * @file chmempools.c + * @file oslib/src/chmempools.c * @brief Memory Pools code. * * @addtogroup oslib_mempools diff --git a/os/oslib/src/chobjcaches.c b/os/oslib/src/chobjcaches.c index 18fc4d057..d08421bd8 100644 --- a/os/oslib/src/chobjcaches.c +++ b/os/oslib/src/chobjcaches.c @@ -18,7 +18,7 @@ */ /** - * @file chobjcaches.c + * @file oslib/src/chobjcaches.c * @brief Objects Caches code. * @details Objects caches. *

Operation mode

diff --git a/os/oslib/src/chpipes.c b/os/oslib/src/chpipes.c index 12b1d3c61..f3fb462d2 100644 --- a/os/oslib/src/chpipes.c +++ b/os/oslib/src/chpipes.c @@ -18,7 +18,7 @@ */ /** - * @file chpipes.c + * @file oslib/src/chpipes.c * @brief Pipes code. * @details Byte pipes. *

Operation mode

diff --git a/os/rt/include/chalign.h b/os/rt/include/chalign.h index 1d138e895..56e5f1c1c 100644 --- a/os/rt/include/chalign.h +++ b/os/rt/include/chalign.h @@ -18,7 +18,7 @@ */ /** - * @file chalign.h + * @file rt/include/chalign.h * @brief Memory alignment macros and structures. * * @addtogroup mem diff --git a/os/rt/include/chchecks.h b/os/rt/include/chchecks.h index 780fed3a2..c2d16c0b2 100644 --- a/os/rt/include/chchecks.h +++ b/os/rt/include/chchecks.h @@ -18,7 +18,7 @@ */ /** - * @file chchecks.h + * @file rt/include/chchecks.h * @brief Configuration file checks header. * * @addtogroup conf_checks diff --git a/os/rt/include/chcond.h b/os/rt/include/chcond.h index f794f04ff..b6d7f96fa 100644 --- a/os/rt/include/chcond.h +++ b/os/rt/include/chcond.h @@ -21,7 +21,7 @@ */ /** - * @file chcond.h + * @file rt/include/chcond.h * @brief Condition Variables macros and structures. * * @addtogroup condvars diff --git a/os/rt/include/chdebug.h b/os/rt/include/chdebug.h index f8a362d5c..240d1ca85 100644 --- a/os/rt/include/chdebug.h +++ b/os/rt/include/chdebug.h @@ -18,7 +18,7 @@ */ /** - * @file chdebug.h + * @file rt/include/chdebug.h * @brief Debug support macros and structures. * * @addtogroup checks_assertions diff --git a/os/rt/include/chdynamic.h b/os/rt/include/chdynamic.h index b9efcaa06..6f44c407a 100644 --- a/os/rt/include/chdynamic.h +++ b/os/rt/include/chdynamic.h @@ -18,7 +18,7 @@ */ /** - * @file chdynamic.h + * @file rt/include/chdynamic.h * @brief Dynamic threads macros and structures. * * @addtogroup dynamic_threads diff --git a/os/rt/include/chevents.h b/os/rt/include/chevents.h index 9b50c928c..c81d51e07 100644 --- a/os/rt/include/chevents.h +++ b/os/rt/include/chevents.h @@ -21,7 +21,7 @@ */ /** - * @file chevents.h + * @file rt/include/chevents.h * @brief Events macros and structures. * * @addtogroup events diff --git a/os/rt/include/chmsg.h b/os/rt/include/chmsg.h index eb861c137..6bd110aeb 100644 --- a/os/rt/include/chmsg.h +++ b/os/rt/include/chmsg.h @@ -18,7 +18,7 @@ */ /** - * @file chmsg.h + * @file rt/include/chmsg.h * @brief Messages macros and structures. * * @addtogroup messages diff --git a/os/rt/include/chmtx.h b/os/rt/include/chmtx.h index b4df78bcf..6fa17f759 100644 --- a/os/rt/include/chmtx.h +++ b/os/rt/include/chmtx.h @@ -18,7 +18,7 @@ */ /** - * @file chmtx.h + * @file rt/include/chmtx.h * @brief Mutexes macros and structures. * * @addtogroup mutexes diff --git a/os/rt/include/chregistry.h b/os/rt/include/chregistry.h index 948b862f4..ee47bbba5 100644 --- a/os/rt/include/chregistry.h +++ b/os/rt/include/chregistry.h @@ -18,7 +18,7 @@ */ /** - * @file chregistry.h + * @file rt/include/chregistry.h * @brief Threads registry macros and structures. * * @addtogroup registry diff --git a/os/rt/include/chrestrictions.h b/os/rt/include/chrestrictions.h index 5981aa319..7c1840fb5 100644 --- a/os/rt/include/chrestrictions.h +++ b/os/rt/include/chrestrictions.h @@ -18,7 +18,7 @@ */ /** - * @file chrestrictions.h + * @file rt/include/chrestrictions.h * @brief Licensing restrictions header. * * @addtogroup rt_restrictions diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h index 1d11d1720..edff1084d 100644 --- a/os/rt/include/chschd.h +++ b/os/rt/include/chschd.h @@ -18,7 +18,7 @@ */ /** - * @file chschd.h + * @file rt/include/chschd.h * @brief Scheduler macros and structures. * * @addtogroup scheduler diff --git a/os/rt/include/chsem.h b/os/rt/include/chsem.h index 1c72cddb1..62406eed7 100644 --- a/os/rt/include/chsem.h +++ b/os/rt/include/chsem.h @@ -18,7 +18,7 @@ */ /** - * @file chsem.h + * @file rt/include/chsem.h * @brief Semaphores macros and structures. * * @addtogroup semaphores diff --git a/os/rt/include/chstats.h b/os/rt/include/chstats.h index ea7d12cdc..7225ea142 100644 --- a/os/rt/include/chstats.h +++ b/os/rt/include/chstats.h @@ -18,7 +18,7 @@ */ /** - * @file chstats.h + * @file rt/include/chstats.h * @brief Statistics module macros and structures. * * @addtogroup statistics diff --git a/os/rt/include/chsys.h b/os/rt/include/chsys.h index 7bf93e7bf..afd2f3643 100644 --- a/os/rt/include/chsys.h +++ b/os/rt/include/chsys.h @@ -18,7 +18,7 @@ */ /** - * @file chsys.h + * @file rt/include/chsys.h * @brief System related macros and structures. * * @addtogroup system diff --git a/os/rt/include/chsystypes.h b/os/rt/include/chsystypes.h index bea48ebb2..7ca91590c 100644 --- a/os/rt/include/chsystypes.h +++ b/os/rt/include/chsystypes.h @@ -18,7 +18,7 @@ */ /** - * @file chsystypes.h + * @file rt/include/chsystypes.h * @brief System types header. * * @addtogroup scheduler diff --git a/os/rt/include/chthreads.h b/os/rt/include/chthreads.h index 166d5663a..74f895210 100644 --- a/os/rt/include/chthreads.h +++ b/os/rt/include/chthreads.h @@ -18,7 +18,7 @@ */ /** - * @file chthreads.h + * @file rt/include/chthreads.h * @brief Threads module macros and structures. * * @addtogroup threads diff --git a/os/rt/include/chtime.h b/os/rt/include/chtime.h index 8964992d5..79fab6a85 100644 --- a/os/rt/include/chtime.h +++ b/os/rt/include/chtime.h @@ -18,7 +18,7 @@ */ /** - * @file chtime.h + * @file rt/include/chtime.h * @brief Time and intervals macros and structures. * * @addtogroup time_intervals diff --git a/os/rt/include/chtm.h b/os/rt/include/chtm.h index ec99003e3..f068251a3 100644 --- a/os/rt/include/chtm.h +++ b/os/rt/include/chtm.h @@ -18,7 +18,7 @@ */ /** - * @file chtm.h + * @file rt/include/chtm.h * @brief Time Measurement module macros and structures. * * @addtogroup time_measurement diff --git a/os/rt/include/chtrace.h b/os/rt/include/chtrace.h index 2c91fcf25..c0a58ac06 100644 --- a/os/rt/include/chtrace.h +++ b/os/rt/include/chtrace.h @@ -18,7 +18,7 @@ */ /** - * @file chtrace.h + * @file rt/include/chtrace.h * @brief Tracer macros and structures. * * @addtogroup trace diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index ebe2fe56e..0e763bf5f 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -18,7 +18,7 @@ */ /** - * @file chvt.h + * @file rt/include/chvt.h * @brief Time and Virtual Timers module macros and structures. * * @addtogroup time diff --git a/os/rt/src/chcond.c b/os/rt/src/chcond.c index 8ee07a814..bd653c347 100644 --- a/os/rt/src/chcond.c +++ b/os/rt/src/chcond.c @@ -21,7 +21,7 @@ */ /** - * @file chcond.c + * @file rt/src/chcond.c * @brief Condition Variables code. * * @addtogroup condvars diff --git a/os/rt/src/chdebug.c b/os/rt/src/chdebug.c index 2b4f05452..d73950cb4 100644 --- a/os/rt/src/chdebug.c +++ b/os/rt/src/chdebug.c @@ -18,7 +18,7 @@ */ /** - * @file chdebug.c + * @file rt/src/chdebug.c * @brief Debug support code. * * @addtogroup checks_assertions diff --git a/os/rt/src/chdynamic.c b/os/rt/src/chdynamic.c index 56ea1ea7a..a11c219ff 100644 --- a/os/rt/src/chdynamic.c +++ b/os/rt/src/chdynamic.c @@ -18,7 +18,7 @@ */ /** - * @file chdynamic.c + * @file rt/src/chdynamic.c * @brief Dynamic threads code. * * @addtogroup dynamic_threads diff --git a/os/rt/src/chevents.c b/os/rt/src/chevents.c index 5729e5176..9b84ce264 100644 --- a/os/rt/src/chevents.c +++ b/os/rt/src/chevents.c @@ -21,7 +21,7 @@ */ /** - * @file chevents.c + * @file rt/src/chevents.c * @brief Events code. * * @addtogroup events diff --git a/os/rt/src/chmsg.c b/os/rt/src/chmsg.c index 48bdab022..2003dd086 100644 --- a/os/rt/src/chmsg.c +++ b/os/rt/src/chmsg.c @@ -18,7 +18,7 @@ */ /** - * @file chmsg.c + * @file rt/src/chmsg.c * @brief Messages code. * * @addtogroup messages diff --git a/os/rt/src/chmtx.c b/os/rt/src/chmtx.c index 8b11250e0..c590c2aa0 100644 --- a/os/rt/src/chmtx.c +++ b/os/rt/src/chmtx.c @@ -18,7 +18,7 @@ */ /** - * @file chmtx.c + * @file rt/src/chmtx.c * @brief Mutexes code. * * @addtogroup mutexes diff --git a/os/rt/src/chregistry.c b/os/rt/src/chregistry.c index efa27e6a5..69be1975e 100644 --- a/os/rt/src/chregistry.c +++ b/os/rt/src/chregistry.c @@ -18,7 +18,7 @@ */ /** - * @file chregistry.c + * @file rt/src/chregistry.c * @brief Threads registry code. * * @addtogroup registry diff --git a/os/rt/src/chschd.c b/os/rt/src/chschd.c index de6d1520a..322491ce7 100644 --- a/os/rt/src/chschd.c +++ b/os/rt/src/chschd.c @@ -18,7 +18,7 @@ */ /** - * @file chschd.c + * @file rt/src/chschd.c * @brief Scheduler code. * * @addtogroup scheduler diff --git a/os/rt/src/chsem.c b/os/rt/src/chsem.c index 74b81335f..1741dc929 100644 --- a/os/rt/src/chsem.c +++ b/os/rt/src/chsem.c @@ -18,7 +18,7 @@ */ /** - * @file chsem.c + * @file rt/src/chsem.c * @brief Semaphores code. * * @addtogroup semaphores diff --git a/os/rt/src/chstats.c b/os/rt/src/chstats.c index db3d76277..5d3c0fc27 100644 --- a/os/rt/src/chstats.c +++ b/os/rt/src/chstats.c @@ -18,7 +18,7 @@ */ /** - * @file chstats.c + * @file rt/src/chstats.c * @brief Statistics module code. * * @addtogroup statistics diff --git a/os/rt/src/chsys.c b/os/rt/src/chsys.c index 47c8fd283..cfe932182 100644 --- a/os/rt/src/chsys.c +++ b/os/rt/src/chsys.c @@ -18,7 +18,7 @@ */ /** - * @file chsys.c + * @file rt/src/chsys.c * @brief System related code. * * @addtogroup system diff --git a/os/rt/src/chthreads.c b/os/rt/src/chthreads.c index 8af1a4ceb..d7e865337 100644 --- a/os/rt/src/chthreads.c +++ b/os/rt/src/chthreads.c @@ -18,7 +18,7 @@ */ /** - * @file chthreads.c + * @file rt/src/chthreads.c * @brief Threads code. * * @addtogroup threads diff --git a/os/rt/src/chtm.c b/os/rt/src/chtm.c index 5ccbf2733..5b3758cc8 100644 --- a/os/rt/src/chtm.c +++ b/os/rt/src/chtm.c @@ -18,7 +18,7 @@ */ /** - * @file chtm.c + * @file rt/src/chtm.c * @brief Time Measurement module code. * * @addtogroup time_measurement diff --git a/os/rt/src/chtrace.c b/os/rt/src/chtrace.c index ac86d72d0..ecc23671f 100644 --- a/os/rt/src/chtrace.c +++ b/os/rt/src/chtrace.c @@ -18,7 +18,7 @@ */ /** - * @file chtrace.c + * @file rt/src/chtrace.c * @brief Tracer code. * * @addtogroup trace diff --git a/os/rt/src/chvt.c b/os/rt/src/chvt.c index 21055bb00..915961a72 100644 --- a/os/rt/src/chvt.c +++ b/os/rt/src/chvt.c @@ -18,7 +18,7 @@ */ /** - * @file chvt.c + * @file rt/src/chvt.c * @brief Time and Virtual Timers module code. * * @addtogroup time