From e78e7fe0dea2627b5485a6de9bee748a73da6510 Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Tue, 2 Apr 2019 13:33:49 +0200 Subject: doxygen: Added Version to API->Classic Update #3706. --- cpukit/include/rtems/recorddata.h | 2 ++ cpukit/include/rtems/timecounter.h | 2 ++ cpukit/include/rtems/version.h | 4 ++-- cpukit/sapi/src/version.c | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/include/rtems/recorddata.h b/cpukit/include/rtems/recorddata.h index f7de5229df..af70a232fb 100644 --- a/cpukit/include/rtems/recorddata.h +++ b/cpukit/include/rtems/recorddata.h @@ -42,6 +42,8 @@ extern "C" { /** * @defgroup RTEMSRecord Event Recording * + * @ingroup RTEMSAPIClassic + * * @brief Low-level event recording support. * * @{ diff --git a/cpukit/include/rtems/timecounter.h b/cpukit/include/rtems/timecounter.h index 8d1bd78618..8ff18c2da3 100644 --- a/cpukit/include/rtems/timecounter.h +++ b/cpukit/include/rtems/timecounter.h @@ -33,6 +33,8 @@ extern "C" { /** * @defgroup SAPITimecounter Timecounter Support * + * @ingroup RTEMSAPIClassic + * * @{ */ diff --git a/cpukit/include/rtems/version.h b/cpukit/include/rtems/version.h index 9bee2e8d10..d8c1206d91 100644 --- a/cpukit/include/rtems/version.h +++ b/cpukit/include/rtems/version.h @@ -21,9 +21,9 @@ extern "C" { #endif /** - * @defgroup ClassicVersion Version + * @defgroup RTEMSAPIClassicVersion Version * - * @ingroup ClassicVersion + * @ingroup RTEMSAPIClassic * * @brief The Version API provides functions to return the version or parts of * the version of RTEMS you are using. diff --git a/cpukit/sapi/src/version.c b/cpukit/sapi/src/version.c index d240b1b0df..e1e7705863 100644 --- a/cpukit/sapi/src/version.c +++ b/cpukit/sapi/src/version.c @@ -8,7 +8,7 @@ * updated if it has changed. The key may indicate there are local * modification. * - * @ingroup ClassicVersion + * @ingroup RTEMSAPIClassicVersion */ /* -- cgit v1.2.3