From ac1e9f31ced461e6a999e71eb1bc50965e1a1597 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 20 Jan 2019 16:23:16 +0000 Subject: Documentation cleanup, not finished. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12567 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/lib/streams/chprintf.c | 2 +- os/hal/lib/streams/chprintf.h | 2 +- os/hal/lib/streams/memstreams.c | 2 +- os/hal/lib/streams/memstreams.h | 2 +- os/hal/lib/streams/nullstreams.c | 2 +- os/hal/lib/streams/nullstreams.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'os/hal/lib/streams') diff --git a/os/hal/lib/streams/chprintf.c b/os/hal/lib/streams/chprintf.c index ba622446c..e9c4747e2 100644 --- a/os/hal/lib/streams/chprintf.c +++ b/os/hal/lib/streams/chprintf.c @@ -23,7 +23,7 @@ * @file chprintf.c * @brief Mini printf-like functionality. * - * @addtogroup chprintf + * @addtogroup HAL_CHPRINTF * @{ */ diff --git a/os/hal/lib/streams/chprintf.h b/os/hal/lib/streams/chprintf.h index 833ac27f4..9eb3afd01 100644 --- a/os/hal/lib/streams/chprintf.h +++ b/os/hal/lib/streams/chprintf.h @@ -18,7 +18,7 @@ * @file chprintf.h * @brief Mini printf-like functionality. * - * @addtogroup chprintf + * @addtogroup HAL_CHPRINTF * @{ */ diff --git a/os/hal/lib/streams/memstreams.c b/os/hal/lib/streams/memstreams.c index 6bbd66cef..a06b0a3a1 100644 --- a/os/hal/lib/streams/memstreams.c +++ b/os/hal/lib/streams/memstreams.c @@ -18,7 +18,7 @@ * @file memstreams.c * @brief Memory streams code. * - * @addtogroup memory_streams + * @addtogroup HAL_MEMORY_STREAMS * @{ */ diff --git a/os/hal/lib/streams/memstreams.h b/os/hal/lib/streams/memstreams.h index cc10ae8d5..0c2236bab 100644 --- a/os/hal/lib/streams/memstreams.h +++ b/os/hal/lib/streams/memstreams.h @@ -18,7 +18,7 @@ * @file memstreams.h * @brief Memory streams structures and macros. - * @addtogroup memory_streams + * @addtogroup HAL_MEMORY_STREAMS * @{ */ diff --git a/os/hal/lib/streams/nullstreams.c b/os/hal/lib/streams/nullstreams.c index c15455b22..51206e943 100644 --- a/os/hal/lib/streams/nullstreams.c +++ b/os/hal/lib/streams/nullstreams.c @@ -18,7 +18,7 @@ * @file nullstreams.c * @brief Null streams code. * - * @addtogroup null_streams + * @addtogroup HAL_NULL_STREAMS * @{ */ diff --git a/os/hal/lib/streams/nullstreams.h b/os/hal/lib/streams/nullstreams.h index 1d652a97f..c87481597 100644 --- a/os/hal/lib/streams/nullstreams.h +++ b/os/hal/lib/streams/nullstreams.h @@ -18,7 +18,7 @@ * @file nullstreams.h * @brief Null streams structures and macros. - * @addtogroup null_streams + * @addtogroup HAL_NULL_STREAMS * @{ */ -- cgit v1.2.3