Update maintenance scripts to disable Doxygen Markdown support.
This commit is contained in:
		
							parent
							
								
									65019e4408
								
							
						
					
					
						commit
						915b4d2346
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -16,6 +16,8 @@ upgrade-doxygen:
 | 
				
			||||||
	@echo Upgrading Doxygen.conf files...
 | 
						@echo Upgrading Doxygen.conf files...
 | 
				
			||||||
	@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
 | 
						@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
 | 
				
			||||||
	  doxygen -u $$doxygen_conf; \
 | 
						  doxygen -u $$doxygen_conf; \
 | 
				
			||||||
 | 
						  sed "s/MARKDOWN_SUPPORT *= *YES/MARKDOWN_SUPPORT       = NO/1" $$doxygen_conf > $$doxygen_conf.new; \
 | 
				
			||||||
 | 
						  mv -u $$doxygen_conf.new $$doxygen_conf; \
 | 
				
			||||||
	done;
 | 
						done;
 | 
				
			||||||
	@echo Doxygen configuration update complete.
 | 
						@echo Doxygen configuration update complete.
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue