mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
btdrv: use correct slash in \ref
This commit is contained in:
parent
a8702d0b4f
commit
dda3b748c6
@ -54,7 +54,7 @@ typedef struct {
|
|||||||
struct {
|
struct {
|
||||||
BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus
|
BtdrvInquiryStatus status; ///< \ref BtdrvInquiryStatus
|
||||||
u8 pad[3]; ///< Padding
|
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+]
|
} v12; ///< [12.0.0+]
|
||||||
};
|
};
|
||||||
} inquiry_status; ///< ::BtdrvEventType_InquiryStatus
|
} inquiry_status; ///< ::BtdrvEventType_InquiryStatus
|
||||||
|
Loading…
Reference in New Issue
Block a user