From eebaefc3f149260f8bf64e61dddb2331195fe37e Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Sun, 27 Oct 2024 07:59:09 +0100 Subject: [PATCH] dlfcn: fix doxygen --- include/dlfcn.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dlfcn.h b/include/dlfcn.h index 64f87b182..bf8843a6a 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -42,6 +42,7 @@ extern "C" { // Embedded GDB script to auto-load DSO symbols #ifndef N64_DSO +/// @cond asm( ".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n" ".byte 4\n" @@ -70,6 +71,7 @@ asm( ".byte 0\n" ".popsection\n" ); +/// @endcond #endif /**