mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-11-04 00:21:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			643 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			643 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Set this to the include directory of your component
 | 
						|
INPUT = port/include
 | 
						|
STRIP_FROM_PATH = ./port/include
 | 
						|
 | 
						|
# Output goes into doxygen directory, which is added to gitignore
 | 
						|
OUTPUT_DIRECTORY = doxygen
 | 
						|
 | 
						|
# Warning-related settings, it's recommended to keep them enabled
 | 
						|
WARN_AS_ERROR = YES
 | 
						|
 | 
						|
# Other common settings
 | 
						|
RECURSIVE = YES
 | 
						|
FULL_PATH_NAMES = YES
 | 
						|
ENABLE_PREPROCESSING   = YES
 | 
						|
MACRO_EXPANSION        = YES
 | 
						|
EXPAND_ONLY_PREDEF     = YES
 | 
						|
PREDEFINED             = $(ENV_DOXYGEN_DEFINES)
 | 
						|
HAVE_DOT = NO
 | 
						|
GENERATE_XML    = YES
 | 
						|
XML_OUTPUT      = xml
 | 
						|
GENERATE_HTML   = NO
 | 
						|
HAVE_DOT        = NO
 | 
						|
GENERATE_LATEX  = NO
 | 
						|
QUIET = YES
 | 
						|
MARKDOWN_SUPPORT = YES
 |