From ed1bfd056fba6da49e69f04ca98322f319af21a7 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 4 Dec 2020 08:34:08 -0800 Subject: [PATCH] fix usbDsGetState comment for doxygen --- nx/include/switch/services/usbds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/usbds.h b/nx/include/switch/services/usbds.h index 7613f53e..1e70c6fe 100644 --- a/nx/include/switch/services/usbds.h +++ b/nx/include/switch/services/usbds.h @@ -80,7 +80,7 @@ Result usbDsParseReportData(UsbDsReportData *reportdata, u32 urbId, u32 *request Event* usbDsGetStateChangeEvent(void); -// Gets the device state. See \ref UsbState. +/// Gets the device state. See \ref UsbState. Result usbDsGetState(UsbState* out); /// Removed in [5.0.0+].