From 249743158db480f28868845557cf7d30229d71da Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Wed, 31 May 2017 19:36:12 +0200 Subject: [PATCH] Corrected documentation --- src/lib.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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();