mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
xmldocs: Improve examples.
Use example tags instead of regular para tags where possible. ASTERISK-30090 Change-Id: Iada8bbfda08f30b118cedf2d040bbb21e4966ec5
This commit is contained in:
committed by
Joshua Colp
parent
31dc28ab09
commit
51d262af12
@@ -97,15 +97,30 @@
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Examples:</para>
|
||||
<para>exten => 1,1,Set(PITCH_SHIFT(tx)=highest); raises pitch an octave </para>
|
||||
<para>exten => 1,1,Set(PITCH_SHIFT(rx)=higher) ; raises pitch more </para>
|
||||
<para>exten => 1,1,Set(PITCH_SHIFT(both)=high) ; raises pitch </para>
|
||||
<para>exten => 1,1,Set(PITCH_SHIFT(rx)=low) ; lowers pitch </para>
|
||||
<para>exten => 1,1,Set(PITCH_SHIFT(tx)=lower) ; lowers pitch more </para>
|
||||
<para>exten => 1,1,Set(PITCH_SHIFT(both)=lowest) ; lowers pitch an octave </para>
|
||||
|
||||
<para>exten => 1,1,Set(PITCH_SHIFT(rx)=0.8) ; lowers pitch </para>
|
||||
<para>exten => 1,1,Set(PITCH_SHIFT(tx)=1.5) ; raises pitch </para>
|
||||
<example title="Raises pitch an octave">
|
||||
exten => 1,1,Set(PITCH_SHIFT(tx)=highest)
|
||||
</example>
|
||||
<example title="Raises pitch more">
|
||||
exten => 1,1,Set(PITCH_SHIFT(rx)=higher)
|
||||
</example>
|
||||
<example title="Raises pitch">
|
||||
exten => 1,1,Set(PITCH_SHIFT(both)=high)
|
||||
</example>
|
||||
<example title="Lowers pitch">
|
||||
exten => 1,1,Set(PITCH_SHIFT(rx)=low)
|
||||
</example>
|
||||
<example title="Lowers pitch more">
|
||||
exten => 1,1,Set(PITCH_SHIFT(tx)=lower)
|
||||
</example>
|
||||
<example title="Lowers pitch an octave">
|
||||
exten => 1,1,Set(PITCH_SHIFT(both)=lowest)
|
||||
</example>
|
||||
<example title="Lowers pitch">
|
||||
exten => 1,1,Set(PITCH_SHIFT(rx)=0.8)
|
||||
</example>
|
||||
<example title="Raises pitch">
|
||||
exten => 1,1,Set(PITCH_SHIFT(tx)=1.5)
|
||||
</example>
|
||||
</description>
|
||||
</function>
|
||||
***/
|
||||
|
Reference in New Issue
Block a user