diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 11:19:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 11:19:35 +0000 |
commit | 380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a (patch) | |
tree | 22aab283509cdf9af2c29fc1be16ce44cc3a3511 /os/rt/include/chdebug.h | |
parent | 1ceb50bebef5072a3686f225fe1d3aff5283fbda (diff) | |
download | ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.tar.gz ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.tar.bz2 ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11988 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/rt/include/chdebug.h')
-rw-r--r-- | os/rt/include/chdebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chdebug.h b/os/rt/include/chdebug.h index 43163bed1..f8a362d5c 100644 --- a/os/rt/include/chdebug.h +++ b/os/rt/include/chdebug.h @@ -21,7 +21,7 @@ * @file chdebug.h
* @brief Debug support macros and structures.
*
- * @addtogroup debug
+ * @addtogroup checks_assertions
* @{
*/
|