mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	progdocs: Avoid 'name' with Doxygen \file.
Fixes four misuses of the parameter 'name'. Additionally, for consistency and to avoid such an issue in future, those few other places, which used '\file name', were changed just to '\file'. Then, Doxygen uses the name of the current file. ASTERISK-29733 Change-Id: I0c18b4c863c6988b138c77448057349a9ee7052d
This commit is contained in:
		
				
					committed by
					
						 Friendly Automation
						Friendly Automation
					
				
			
			
				
	
			
			
			
						parent
						
							8c0b7fd45a
						
					
				
				
					commit
					dfdbf5007d
				
			| @@ -20,11 +20,11 @@ | ||||
| #define PROMETHEUS_INTERNAL_H__ | ||||
|  | ||||
| /*! | ||||
|  * \file prometheus_internal | ||||
|  * \file | ||||
|  * | ||||
|  * \brief Prometheus Metric Internal API | ||||
|  * | ||||
|  * This module provides internal APIs for \file res_prometheus. | ||||
|  * This module provides internal APIs for res_prometheus. | ||||
|  * It should not be used outsize of that module, and should | ||||
|  * typically only provide intialization functions for units that | ||||
|  * want to register metrics / handlers with the core API. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user