From 10e6eb0f139c72625d492921095218e166c3672c 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 ec346f91..bb1f266e 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