Don't generate the full HTML documentation when only needing the XML version for post-processing.
This commit is contained in:
		
							parent
							
								
									c10935c80b
								
							
						
					
					
						commit
						d5e84db5ab
					
				
					 3 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -171,6 +171,8 @@
 | 
			
		|||
			 *  \param[in] BaudRate     Serial baud rate, in bits per second.
 | 
			
		||||
			 *  \param[in] DoubleSpeed  Enables double speed mode when set, halving the sample time to double the baud rate.
 | 
			
		||||
			 */
 | 
			
		||||
			static inline void Serial_Init(const uint32_t BaudRate,
 | 
			
		||||
			                               const bool DoubleSpeed);
 | 
			
		||||
			static inline void Serial_Init(const uint32_t BaudRate,
 | 
			
		||||
			                               const bool DoubleSpeed)
 | 
			
		||||
			{
 | 
			
		||||
| 
						 | 
				
			
			@ -185,6 +187,7 @@
 | 
			
		|||
			}
 | 
			
		||||
 | 
			
		||||
			/** Turns off the USART driver, disabling and returning used hardware to their default configuration. */
 | 
			
		||||
			static inline void Serial_Disable(void);
 | 
			
		||||
			static inline void Serial_Disable(void)
 | 
			
		||||
			{
 | 
			
		||||
				UCSR1B = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,7 +34,7 @@ clean:
 | 
			
		|||
	@rm -f $(TEMP_MANIFEST_XML) $(MODULE_OUTPUT_XML) $(EXTENSION_OUTPUT_XML) $(DOXYGEN_TAG_FILE_XML) $(DOXYGEN_COMBINED_XML)
 | 
			
		||||
 | 
			
		||||
$(DOXYGEN_TAG_FILE_XML):
 | 
			
		||||
	$(MAKE) -C ../ doxygen DOXYGEN_OVERRIDE_PARAMS="GENERATE_TAGFILE=Documentation/lufa_doc_tags.xml GENERATE_XML=yes"
 | 
			
		||||
	$(MAKE) -C ../ doxygen DOXYGEN_OVERRIDE_PARAMS="GENERATE_TAGFILE=Documentation/lufa_doc_tags.xml GENERATE_HTML=no GENERATE_XML=yes"
 | 
			
		||||
 | 
			
		||||
$(DOXYGEN_COMBINED_XML): $(DOXYGEN_TAG_FILE_XML)
 | 
			
		||||
	@xsltproc $(dir $@)/combine.xslt $(dir $@)/index.xml > $(DOXYGEN_COMBINED_XML)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue