summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/Screensaver.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/Screensaver.h')
-rw-r--r--xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/Screensaver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/Screensaver.h b/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/Screensaver.h
index 4902fcb..d4ac1aa 100644
--- a/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/Screensaver.h
+++ b/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/Screensaver.h
@@ -41,7 +41,7 @@ namespace addon
41/// * <b><c>Render()</c></b> - Called at render time 41/// * <b><c>Render()</c></b> - Called at render time
42/// * <b><c>Stop()</c></b> - Called when the screensaver has no work 42/// * <b><c>Stop()</c></b> - Called when the screensaver has no work
43/// 43///
44/// Additionally, there are several \ref cpp_kodi_addon_screensaver_CB "other functions" 44/// Additionally, there are several @ref cpp_kodi_addon_screensaver_CB "other functions"
45/// available in which the child class can ask about the current hardware, 45/// available in which the child class can ask about the current hardware,
46/// including the device, display and several other parts. 46/// including the device, display and several other parts.
47/// 47///