From 3cb8aa05f8cee9e860cf83531682ff0ed4af6a4f Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 4 Mar 2021 23:36:40 +0100 Subject: sync with upstream --- .../include/kodi/addon-instance/peripheral/PeripheralUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/peripheral') diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/peripheral/PeripheralUtils.h b/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/peripheral/PeripheralUtils.h index febaeb9..1a6cc63 100644 --- a/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/peripheral/PeripheralUtils.h +++ b/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/peripheral/PeripheralUtils.h @@ -806,7 +806,7 @@ struct DriverPrimitive { protected: /*! - * \brief Construct a driver primitive of the specified type + * @brief Construct a driver primitive of the specified type */ DriverPrimitive(JOYSTICK_DRIVER_PRIMITIVE_TYPE type, unsigned int driverIndex) : m_type(type), m_driverIndex(driverIndex) -- cgit v1.2.3