diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2018-12-02 16:18:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 16:18:35 +0100 |
commit | 812855d84e721531fc6be222dc8d37067d1bb8fb (patch) | |
tree | 19822f86b70dcf32e075c5a4b550e0c73ee18c9c | |
parent | 149cd9a9b64b04cf5f23f4b18551184e9b279107 (diff) | |
parent | 5c81a1c689b4fefd8843bb01753e71439013082b (diff) |
Merge pull request #14975 from enen92/doxtime18.0rc2-Leia
[docs] Missing docs for ListItem.NextDuration
-rw-r--r-- | xbmc/GUIInfoManager.cpp | 4 | ||||
-rw-r--r-- | xbmc/XBDateTime.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp index 23436b969d..4e0298ab0a 100644 --- a/xbmc/GUIInfoManager.cpp +++ b/xbmc/GUIInfoManager.cpp @@ -5148,6 +5148,8 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY }, /// _string_, /// @return The duration of the next item (PVR) in the format <b>hh:mm:ss</b>. /// @note <b>hh:</b> will be omitted if hours value is zero. +/// <p><hr> +/// @skinning_v18 **[New Infolabel]** \link ListItem_NextDuration `ListItem.NextDuration`\endlink /// <p> /// } /// \table_row3{ <b>`ListItem.NextDuration(format)`</b>, @@ -5156,6 +5158,8 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY }, /// @return The duration of the next item (PVR) in different formats. /// @param format [opt] The format of the return time value. /// See \ref TIME_FORMAT for the list of possible values. +/// <p><hr> +/// @skinning_v18 **[New Infolabel]** \link ListItem_NextDuration_format `ListItem.NextDuration(format)`\endlink /// <p> /// } /// \table_row3{ <b>`ListItem.ChannelGroup`</b>, diff --git a/xbmc/XBDateTime.h b/xbmc/XBDateTime.h index 0693f8faca..d1566f86c5 100644 --- a/xbmc/XBDateTime.h +++ b/xbmc/XBDateTime.h @@ -42,6 +42,7 @@ - \link PVR_TimeshiftProgressDuration_format `PVR.TimeshiftProgressDuration(format)`\endlink - \link PVR_TimeshiftProgressEndTime `PVR.TimeshiftProgressEndTime`\endlink - \link PVR_TimeshiftProgressEndTime_format `PVR.TimeshiftProgressEndTime(format)`\endlink + - \link ListItem_NextDuration_format `ListItem.NextDuration(format)` \endlink <p> */ enum TIME_FORMAT { TIME_FORMAT_GUESS = 0, ///< usually used as the fallback value if the format value is empty |