summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-dev-kit/include/kodi/General.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/addons/kodi-dev-kit/include/kodi/General.h')
-rw-r--r--xbmc/addons/kodi-dev-kit/include/kodi/General.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/General.h b/xbmc/addons/kodi-dev-kit/include/kodi/General.h
index 3fad5a0..ab9452b 100644
--- a/xbmc/addons/kodi-dev-kit/include/kodi/General.h
+++ b/xbmc/addons/kodi-dev-kit/include/kodi/General.h
@@ -787,7 +787,7 @@ inline bool ATTRIBUTE_HIDDEN GetKeyboardLayout(int modifierKey,
787/// @param[out] layout_name new name of used layout (input string not used!) 787/// @param[out] layout_name new name of used layout (input string not used!)
788/// @return true if request successed 788/// @return true if request successed
789/// 789///
790/// @note \ref GetKeyboardLayout must be called afterwards. 790/// @note @ref GetKeyboardLayout must be called afterwards.
791/// 791///
792/// 792///
793/// ------------------------------------------------------------------------ 793/// ------------------------------------------------------------------------