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
				
			| @@ -45,7 +45,9 @@ | ||||
| 		<synopsis>Resource for integration with Homer using HEPv3</synopsis> | ||||
| 		<configFile name="hep.conf"> | ||||
| 			<configObject name="general"> | ||||
| 				<since><version>12.2.0</version></since> | ||||
| 				<since> | ||||
| 					<version>12.2.0</version> | ||||
| 				</since> | ||||
| 				<synopsis>General settings.</synopsis> | ||||
| 				<description><para> | ||||
| 					The <emphasis>general</emphasis> settings section contains information | ||||
| @@ -53,7 +55,9 @@ | ||||
| 					</para> | ||||
| 				</description> | ||||
| 				<configOption name="enabled" default="yes"> | ||||
| 					<since><version>12.2.0</version></since> | ||||
| 					<since> | ||||
| 						<version>12.2.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>Enable or disable packet capturing.</synopsis> | ||||
| 					<description> | ||||
| 						<enumlist> | ||||
| @@ -63,7 +67,9 @@ | ||||
| 					</description> | ||||
| 				</configOption> | ||||
| 				<configOption name="uuid_type" default="call-id"> | ||||
| 					<since><version>12.2.0</version></since> | ||||
| 					<since> | ||||
| 						<version>12.2.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>The preferred type of UUID to pass to Homer.</synopsis> | ||||
| 					<description> | ||||
| 						<enumlist> | ||||
| @@ -73,19 +79,29 @@ | ||||
| 					</description> | ||||
| 				</configOption> | ||||
| 				<configOption name="capture_address"> | ||||
| 					<since><version>13.16.0</version><version>14.5.0</version></since> | ||||
| 					<since> | ||||
| 						<version>13.16.0</version> | ||||
| 						<version>14.5.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>The address and port of the Homer server to send packets to.</synopsis> | ||||
| 				</configOption> | ||||
| 				<configOption name="capture_password"> | ||||
| 					<since><version>12.2.0</version></since> | ||||
| 					<since> | ||||
| 						<version>12.2.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>If set, the authentication password to send to Homer.</synopsis> | ||||
| 				</configOption> | ||||
| 				<configOption name="capture_id" default="0"> | ||||
| 					<since><version>12.2.0</version></since> | ||||
| 					<since> | ||||
| 						<version>12.2.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>The ID for this capture agent.</synopsis> | ||||
| 				</configOption> | ||||
| 				<configOption name="capture_name" default=""> | ||||
| 					<since><version>18.16.0</version><version>20.1.0</version></since> | ||||
| 					<since> | ||||
| 						<version>18.16.0</version> | ||||
| 						<version>20.1.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>The name for this capture agent.</synopsis> | ||||
| 				</configOption> | ||||
| 			</configObject> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user