From cd3d92b815bce5f93dbab5b8f8dfe4659ab6d4a7 Mon Sep 17 00:00:00 2001 From: DaVukovic Date: Tue, 25 Sep 2018 23:16:55 +0200 Subject: [docs] Fixed a typo. --- xbmc/interfaces/builtins/PlayerBuiltins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc/interfaces/builtins/PlayerBuiltins.cpp b/xbmc/interfaces/builtins/PlayerBuiltins.cpp index 72c2e86307..9b7f722704 100644 --- a/xbmc/interfaces/builtins/PlayerBuiltins.cpp +++ b/xbmc/interfaces/builtins/PlayerBuiltins.cpp @@ -552,7 +552,7 @@ static int Seek(const std::vector& params) /// | Partymode(path to .xsp) | Partymode for *.xsp-file | Partymode for *.xsp-file | | /// | ShowVideoMenu | Shows the DVD/BR menu if available | none | | ///
-/// '*' = For these controls, the PlayerControl built-in function can make use of the 'notify'-parameter. For example: PlayerControl(random\, notify) +/// '*' = For these controls\, the PlayerControl built-in function can make use of the 'notify'-parameter. For example: PlayerControl(random\, notify) /// '**' = If no argument is given for 'partymode'\, the control will default to music. ///
/// @param[in] control Control to execute. -- cgit v1.2.3