mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	docs: Remove embedded macro in WaitForCond XML documentation.
Change-Id: I40c6514e1843e320f3cbe0b2c70d4a98c0e35b9c
This commit is contained in:
		
				
					committed by
					
						 George Joseph
						George Joseph
					
				
			
			
				
	
			
			
			
						parent
						
							db7b025532
						
					
				
				
					commit
					d0f189a5c9
				
			| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user