From 271a85e7b83ada76b3a0f1c5986c5dbafe8d562b Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 25 Jan 2025 12:14:21 +0100 Subject: [PATCH] ButtonComboAPI: Update C++ docs to reference C API --- include/wups/button_combo/api.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/include/wups/button_combo/api.h b/include/wups/button_combo/api.h index ee2c930..b295d82 100644 --- a/include/wups/button_combo/api.h +++ b/include/wups/button_combo/api.h @@ -341,20 +341,12 @@ namespace WUPSButtonComboAPI { const char *GetStatusStr(WUPSButtonCombo_Error status); /** - * - * This function returns a string representation of the provided WUPSButtonCombo_ControllerTypes. - * - * @param controller The controller to get the string representation for. - * @return A pointer to a string describing the provided controller. - **/ + * Wrapper for @WUPSButtonComboAPI_GetControllerTypeStr + **/ const char *GetControllerTypeStr(WUPSButtonCombo_ControllerTypes controller); /** - * - * This function returns a string representation of the provided WUPSButtonCombo_ControllerTypes. - * - * @param status The controller to get the string representation for. - * @return A pointer to a string describing the provided controller. + * Wrapper for @WUPSButtonComboAPI_GetComboStatusStr **/ const char *GetComboStatusStr(WUPSButtonCombo_ComboStatus status);