diff --git a/src/lib.rs b/src/lib.rs index 137c09b..4b6130a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -208,7 +208,7 @@ pub trait Commands { /// #Description /// - /// Retrieves the property value from mpv. Implemented for the following types: + /// Retrieves the property value from mpv. /// The result is always of type String, regardless of the type of the value of the mpv property /// /// ##Input arguments @@ -242,6 +242,11 @@ pub trait Commands { /// /// Runs mpv commands. The arguments are passed as a String-Vector reference: /// + /// ##Input arguments + /// + /// - **command** defines the mpv command that should be executed + /// - **args** a slice of &str's which define the arguments + /// /// #Example /// ``` /// let mpv = Mpv::connect("/tmp/mpvsocket").unwrap();