mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| 
								 | 
							
								cdata.set('DOXYGEN_OUTPUT_DIRECTORY', meson.current_build_dir())
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								doxygen_conf = configure_file(
							 | 
						||
| 
								 | 
							
								  input : 'doxygen.conf.in',
							 | 
						||
| 
								 | 
							
								  output : 'doxygen.conf',
							 | 
						||
| 
								 | 
							
								  configuration : cdata,
							 | 
						||
| 
								 | 
							
								)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								run_target('doxygen',
							 | 
						||
| 
								 | 
							
								  command : ['doxygen', doxygen_conf])
							 |