mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	docs: Indent <since> tags.
Also updates the 'since' of applications/functions that existed before XML documentation was introduced (1.6.2.0).
This commit is contained in:
		
				
					committed by
					
						![asterisk-org-access-app[bot]](/avatar/58a64b62d62d5b23df7bc832f016f9db?size=40) asterisk-org-access-app[bot]
						asterisk-org-access-app[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							32e6a30952
						
					
				
				
					commit
					82bef2ed90
				
			| @@ -37,7 +37,9 @@ | ||||
|  | ||||
| /*** DOCUMENTATION | ||||
| 	<application name="While" language="en_US"> | ||||
| 		<since><version>1.6.2.0</version></since> | ||||
| 		<since> | ||||
| 			<version>1.2.0</version> | ||||
| 		</since> | ||||
| 		<synopsis> | ||||
| 			Start a while loop. | ||||
| 		</synopsis> | ||||
| @@ -55,7 +57,9 @@ | ||||
| 		</see-also> | ||||
| 	</application> | ||||
| 	<application name="EndWhile" language="en_US"> | ||||
| 		<since><version>1.6.2.0</version></since> | ||||
| 		<since> | ||||
| 			<version>1.2.0</version> | ||||
| 		</since> | ||||
| 		<synopsis> | ||||
| 			End a while loop. | ||||
| 		</synopsis> | ||||
| @@ -70,7 +74,9 @@ | ||||
| 		</see-also> | ||||
| 	</application> | ||||
| 	<application name="ExitWhile" language="en_US"> | ||||
| 		<since><version>1.6.2.0</version></since> | ||||
| 		<since> | ||||
| 			<version>1.4.0</version> | ||||
| 		</since> | ||||
| 		<synopsis> | ||||
| 			End a While loop. | ||||
| 		</synopsis> | ||||
| @@ -85,7 +91,9 @@ | ||||
| 		</see-also> | ||||
| 	</application> | ||||
| 	<application name="ContinueWhile" language="en_US"> | ||||
| 		<since><version>1.6.2.0</version></since> | ||||
| 		<since> | ||||
| 			<version>1.4.0</version> | ||||
| 		</since> | ||||
| 		<synopsis> | ||||
| 			Restart a While loop. | ||||
| 		</synopsis> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user