summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs')
-rw-r--r--xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs/TextViewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs/TextViewer.h b/xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs/TextViewer.h
index 42a86f3..dc89740 100644
--- a/xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs/TextViewer.h
+++ b/xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs/TextViewer.h
@@ -33,7 +33,7 @@ namespace dialogs
33/// in the <em>"./resources/language/resource.language.??_??/strings.po"</em> 33/// in the <em>"./resources/language/resource.language.??_??/strings.po"</em>
34/// to call with <b>std::string kodi::general::GetLocalizedString(...);</b>. 34/// to call with <b>std::string kodi::general::GetLocalizedString(...);</b>.
35/// 35///
36/// It has the header \ref TextViewer.h "#include <kodi/gui/dialogs/TextViewer.h>" 36/// It has the header @ref TextViewer.h "#include <kodi/gui/dialogs/TextViewer.h>"
37/// be included to enjoy it. 37/// be included to enjoy it.
38/// 38///
39namespace TextViewer 39namespace TextViewer