From dda3b748c6d2c3ec7445f05113c70aa8fca2f298 Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Sat, 17 Apr 2021 00:58:34 +0200 Subject: [PATCH] btdrv: use correct slash in \ref --- nx/include/switch/services/btdrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/btdrv.h b/nx/include/switch/services/btdrv.h index 2d539361..c847af57 100644 --- a/nx/include/switch/services/btdrv.h +++ b/nx/include/switch/services/btdrv.h @@ -54,7 +54,7 @@ typedef struct { struct { BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus u8 pad[3]; ///< Padding - u32 service_mask; ///< Services value from /ref btdrvStartInquiry when starting, otherwise this is value 0 + u32 service_mask; ///< Services value from \ref btdrvStartInquiry when starting, otherwise this is value 0 } v12; ///< [12.0.0+] }; } inquiry_status; ///< ::BtdrvEventType_InquiryStatus