ButtonComboAPI: Update C++ docs to reference C API

This commit is contained in:
Maschell 2025-01-25 12:14:21 +01:00
parent b3f7705b6c
commit 271a85e7b8

View File

@ -341,20 +341,12 @@ namespace WUPSButtonComboAPI {
const char *GetStatusStr(WUPSButtonCombo_Error status); const char *GetStatusStr(WUPSButtonCombo_Error status);
/** /**
* * Wrapper for @WUPSButtonComboAPI_GetControllerTypeStr
* 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.
**/
const char *GetControllerTypeStr(WUPSButtonCombo_ControllerTypes controller); const char *GetControllerTypeStr(WUPSButtonCombo_ControllerTypes controller);
/** /**
* * Wrapper for @WUPSButtonComboAPI_GetComboStatusStr
* 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.
**/ **/
const char *GetComboStatusStr(WUPSButtonCombo_ComboStatus status); const char *GetComboStatusStr(WUPSButtonCombo_ComboStatus status);