Skip to content

Commit

Permalink
Merge pull request #24801 from enen92/doxygen_cuts
Browse files Browse the repository at this point in the history
[Docs] Fix doxygen references for cutlist deprecation
  • Loading branch information
fuzzard committed Mar 5, 2024
2 parents c38a7fe + 2d2fb2e commit 495a07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/GUIInfoManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down
2 changes: 1 addition & 1 deletion xbmc/guilib/GUIRangesControl.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 495a07a

Please sign in to comment.