mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +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
						Joshua Colp
					
				
			
			
				
	
			
			
			
						parent
						
							31dc28ab09
						
					
				
				
					commit
					51d262af12
				
			| @@ -57,7 +57,9 @@ | ||||
| 		<description> | ||||
| 			<para>Count the number of voicemails in a specified mailbox, you could also specify | ||||
| 			the mailbox <replaceable>folder</replaceable>.</para> | ||||
| 			<para>Example: <literal>exten => s,1,Set(foo=${VMCOUNT(125@default)})</literal></para> | ||||
| 			<example title="Mailbox folder count"> | ||||
| 			exten => s,1,Set(foo=${VMCOUNT(125@default)}) | ||||
| 			</example> | ||||
| 			<para>An ampersand-separated list of mailboxes may be specified to count voicemails in | ||||
| 			multiple mailboxes. If a folder is specified, this will apply to all mailboxes specified.</para> | ||||
|                         <example title="Multiple mailbox inbox count"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user