From 0f4e01e769cb3d6f72052062df1fad44214cc1c1 Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Fri, 15 Feb 2019 20:22:28 +1100 Subject: [PATCH] include/coreinit: Add missing doxygen group end to memorymap.h --- include/coreinit/memorymap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/coreinit/memorymap.h b/include/coreinit/memorymap.h index a1448e8e..85eea188 100644 --- a/include/coreinit/memorymap.h +++ b/include/coreinit/memorymap.h @@ -188,3 +188,5 @@ OSGetDataPhysAddrRange(uint32_t *outPhysicalAddress, #ifdef __cplusplus } #endif + +/** @} */