aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenen92 <92enen@gmail.com>2024-03-04 09:50:01 +0000
committerenen92 <92enen@gmail.com>2024-03-04 09:50:33 +0000
commit2d2fb2e329516683ec75089e518f6a4a6cc30b81 (patch)
tree7abc5fee2e67f2613ca24c48bdd545b5661fffa2
parent8404b9f510f84b7416f5ff3f2bc7567a93d3dbb6 (diff)
[Docs] Fix doxygen references for cutlist deprecation
-rw-r--r--xbmc/GUIInfoManager.cpp2
-rw-r--r--xbmc/guilib/GUIRangesControl.dox2
2 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp
index d8dcaf22d6..af5d371a41 100644
--- a/xbmc/GUIInfoManager.cpp
+++ b/xbmc/GUIInfoManager.cpp
@@ -802,7 +802,7 @@ const infomap integer_bools[] = {{ "isequal", INTEGER_IS_EQUAL },
/// @deprecated \link Player_Cutlist `Player.Cutlist`\endlink is deprecated and will be removed in the next version.
/// <p><hr>
/// @skinning_v19 **[New Infolabel]** \link Player_Cutlist `Player.Cutlist`\endlink
-/// @skinning_v20 \link Player_Cutlist `Player.Cutlist`\endlink is deprecated\, use \link Player_Editlist `Player.Editlist`\endlink instead
+/// @skinning_v20 \link Player_Cutlist `Player.Cutlist`\endlink is deprecated\, use \link Player_Cuts `Player.Cuts`\endlink instead
/// <p>
/// }
/// \table_row3{ <b>`Player.Editlist`</b>,
diff --git a/xbmc/guilib/GUIRangesControl.dox b/xbmc/guilib/GUIRangesControl.dox
index 637da3431c..2411d3b0cb 100644
--- a/xbmc/guilib/GUIRangesControl.dox
+++ b/xbmc/guilib/GUIRangesControl.dox
@@ -39,7 +39,7 @@ important, as xml tags are case-sensitive.
| lefttexture | The texture used in the left hand side of the range
| midtexture | The texture used for the mid section of the range
| righttexture | The texture used in the right hand side of the range
-| info | Specifies the information the range control holds. It expects an infolabel that returns a string in CSV format: e.g. `"start1,end1,start2,end2,..."`. Tokens must have values in the range from 0.0 to 100.0. end token must be less or equal than start token. Examples of currently supported infolabels are \link Player_Editlist `Player.Editlist`\endlink, \link Player_Cutlist `Player.Cutlist`\endlink (@deprecated), \link Player_Cuts `Player.Cuts`\endlink, \link Player_SceneMarkers `Player.Cutlist`\endlink and \link Player_Chapters `Player.Chapters`\endlink.
+| info | Specifies the information the range control holds. It expects an infolabel that returns a string in CSV format: e.g. `"start1,end1,start2,end2,..."`. Tokens must have values in the range from 0.0 to 100.0. end token must be less or equal than start token. Examples of currently supported infolabels are \link Player_Editlist `Player.Editlist`\endlink, \link Player_Cutlist `Player.Cutlist`\endlink, \link Player_Cuts `Player.Cuts`\endlink, \link Player_SceneMarkers `Player.Cutlist`\endlink and \link Player_Chapters `Player.Chapters`\endlink. \n @deprecated \link Player_Cutlist `Player.Cutlist`\endlink is deprecated use \link Player_Cuts `Player.Cuts`\endlink instead.
\section Ranges_Control_sect3 Revision History