docs: Remove embedded macro in WaitForCond XML documentation.

Change-Id: I40c6514e1843e320f3cbe0b2c70d4a98c0e35b9c
This commit is contained in:
Joshua C. Colp 2021-07-27 09:53:08 -03:00 committed by Joshua Colp
parent 56f9c28a50
commit 90c9c90b11
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<para>Waits until <replaceable>expression</replaceable> evaluates to true, checking every
<replaceable>interval</replaceable> seconds for up to <replaceable>timeout</replaceable>. Default
is evaluate <replaceable>expression</replaceable> every 50 milliseconds with no timeout.</para>
<example title="Wait for ${condition} to become 1 for up to 40 seconds, checking every 500ms">
<example title="Wait for condition dialplan variable/function to become 1 for up to 40 seconds, checking every 500ms">
same => n,WaitForCondition(#,#["#{condition}"="1"],40,0.5)
</example>
<para>Sets <variable>WAITFORCONDITIONSTATUS</variable> to one of the following values:</para>