From 900f97d4a8f5f6143b8c71a8b21be795a68ecb8a Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Mon, 4 Jan 2021 11:56:00 -0500 Subject: [PATCH] Fix #726, Resolve user's guide generation warnings --- src/os/inc/osapi-bsp.h | 2 ++ src/os/inc/osapi-idmap.h | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/os/inc/osapi-bsp.h b/src/os/inc/osapi-bsp.h index 250fb30d2..ff8f95120 100644 --- a/src/os/inc/osapi-bsp.h +++ b/src/os/inc/osapi-bsp.h @@ -91,4 +91,6 @@ char *const *OS_BSP_GetArgV(void); ------------------------------------------------------------------*/ void OS_BSP_SetExitCode(int32 code); +/**@}*/ + #endif diff --git a/src/os/inc/osapi-idmap.h b/src/os/inc/osapi-idmap.h index 4458848dc..cd93b0f3e 100644 --- a/src/os/inc/osapi-idmap.h +++ b/src/os/inc/osapi-idmap.h @@ -51,15 +51,6 @@ #define OS_OBJECT_TYPE_USER 0x10 /**< @brief Object user type */ /**@}*/ -/** @defgroup OSAPICore OSAL Core Operation APIs - * - * These are for OSAL core operations for startup/initialization, running, and shutdown. - * Typically only used in bsps, unit tests, psps, etc. - * - * Not intended for user application use - * @{ - */ - /** @defgroup OSAPIObjUtil OSAL Object ID Utility APIs * @{ */