Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Studio extension.
This commit is contained in:
		
							parent
							
								
									5789767889
								
							
						
					
					
						commit
						0d84b65f0b
					
				
					 160 changed files with 4760 additions and 4679 deletions
				
			
		| 
						 | 
				
			
			@ -28,9 +28,9 @@ function-list:
 | 
			
		|||
 | 
			
		||||
# Update all Doxygen configuration files to the latest Doxygen version
 | 
			
		||||
upgrade-doxygen:
 | 
			
		||||
	@echo Upgrading Doxygen.conf files...
 | 
			
		||||
	@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do                                       \
 | 
			
		||||
	  doxygen -u $$doxygen_conf;                                                                          \
 | 
			
		||||
	@echo Upgrading Doxygen files...
 | 
			
		||||
	@for doxygen_conf in `find $(LUFA_ROOT) -name doxyfile`; do \
 | 
			
		||||
	  doxygen -u $$doxygen_conf;                                \
 | 
			
		||||
	done;
 | 
			
		||||
	@echo Doxygen configuration update complete.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue