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
				
			| @@ -43,28 +43,41 @@ | ||||
| 		</description> | ||||
| 		<configFile name="statsd.conf"> | ||||
| 			<configObject name="global"> | ||||
| 				<since><version>12.0.0</version></since> | ||||
| 				<since> | ||||
| 					<version>12.0.0</version> | ||||
| 				</since> | ||||
| 				<synopsis>Global configuration settings</synopsis> | ||||
| 				<configOption name="enabled"> | ||||
| 					<since><version>12.0.0</version></since> | ||||
| 					<since> | ||||
| 						<version>12.0.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>Enable/disable the StatsD module</synopsis> | ||||
| 				</configOption> | ||||
| 				<configOption name="server"> | ||||
| 					<since><version>12.0.0</version></since> | ||||
| 					<since> | ||||
| 						<version>12.0.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>Address of the StatsD server</synopsis> | ||||
| 				</configOption> | ||||
| 				<configOption name="prefix"> | ||||
| 					<since><version>12.0.0</version></since> | ||||
| 					<since> | ||||
| 						<version>12.0.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>Prefix to prepend to every metric</synopsis> | ||||
| 				</configOption> | ||||
| 				<configOption name="add_newline"> | ||||
| 					<since><version>12.0.0</version></since> | ||||
| 					<since> | ||||
| 						<version>12.0.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>Append a newline to every event. This is useful if | ||||
| 					you want to fake out a server using netcat | ||||
| 					(nc -lu 8125)</synopsis> | ||||
| 				</configOption> | ||||
| 				<configOption name="meter_support"> | ||||
| 					<since><version>16.20.0</version><version>18.6.0</version></since> | ||||
| 					<since> | ||||
| 						<version>16.20.0</version> | ||||
| 						<version>18.6.0</version> | ||||
| 					</since> | ||||
| 					<synopsis>Enable/disable the non-standard StatsD Meter type, | ||||
| 					if disabled falls back to counter and will append a "_meter" suffix to the metric name</synopsis> | ||||
| 				</configOption> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user