summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirsal Ennaime <mirsal.ennaime@gmail.com>2010-08-12 01:32:46 +0200
committerMirsal Ennaime <mirsal.ennaime@gmail.com>2010-08-12 01:32:46 +0200
commitb35f98a0e9cdfeaeb311bc9c6a9bb7fd31948e9c (patch)
treec8a0bbefc2df1051fbbb4dfc74ad9a0c1ac076fd
parentf2689225f9de6be6a16045d6b256f3e36603bb82 (diff)
Fix Volume's docstrings
-rw-r--r--spec/Player_Node.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/spec/Player_Node.xml b/spec/Player_Node.xml
index 64214f2..1ac9db9 100644
--- a/spec/Player_Node.xml
+++ b/spec/Player_Node.xml
@@ -64,10 +64,10 @@
<tp:simple-type name="Volume" type="d">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
- <p>Audio volume level on a linear scale between 0.0 and 1.0, inclusive.</p>
+ <p>Audio volume level</p>
<ul>
<li>0.0 means mute.</li>
- <li>1.0 is the maximum volume level.</li>
+ <li>1.0 is a sensible maximum volume level.</li>
</ul>
</tp:docstring>
</tp:simple-type>
@@ -400,8 +400,7 @@
<p>The volume level.</p>
<p>
When setting, if a negative value is passed, the volume
- should be set to 0.0. If a value greater than 1 is
- passed, the volume should be set to the maximum level.
+ should be set to 0.0.
</p>
<p>
If <tp:member-ref>CanControl</tp:member-ref> is