aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2018-09-25 22:07:22 +0300
committerGitHub <noreply@github.com>2018-09-25 22:07:22 +0300
commitc001b085fad262e243baa93e6978ec9381c3375c (patch)
tree1fbe205d4cbac3b49cc7ee2627aa66b095b3fed5
parent5ff20e64e82ff57a8dd23a7763442c913793b8eb (diff)
parentd905d36f7d8466ddc417b0de5d83b0fd3b1a5fae (diff)
Merge pull request #14476 from romanvm/fix_xbmcgui_docs
[docs/python] Fix docs for xbmcgui Python module
-rw-r--r--xbmc/interfaces/legacy/ModuleXbmcgui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/interfaces/legacy/ModuleXbmcgui.h b/xbmc/interfaces/legacy/ModuleXbmcgui.h
index 9416fdb615..126d3173c3 100644
--- a/xbmc/interfaces/legacy/ModuleXbmcgui.h
+++ b/xbmc/interfaces/legacy/ModuleXbmcgui.h
@@ -78,7 +78,7 @@ namespace XBMCAddon
#ifdef DOXYGEN_SHOULD_USE_THIS
///
- /// \ingroup python_xbmcgui_window
+ /// \ingroup python_xbmcgui
/// @brief \python_func{ getScreenHeight() }
///-------------------------------------------------------------------------
/// Returns the height of this screen.
@@ -95,7 +95,7 @@ namespace XBMCAddon
#ifdef DOXYGEN_SHOULD_USE_THIS
///
- /// \ingroup python_xbmcgui_window
+ /// \ingroup python_xbmcgui
/// @brief \python_func{ getScreenWidth() }
///-------------------------------------------------------------------------
/// Returns the width of this screen.