corr: bad path for furi core (#1975)
* corr: bad path for furi core * Documentation: exclude submodules * Documentation: wider folder list Co-authored-by: Sergey Gavrilov <who.just.the.doctor@gmail.com> Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		
							parent
							
								
									f94e8f4ac8
								
							
						
					
					
						commit
						a66e8d9ac9
					
				
							
								
								
									
										2
									
								
								documentation/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								documentation/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,2 @@ | |||||||
|  | /html | ||||||
|  | /latex | ||||||
| @ -872,12 +872,9 @@ WARN_LOGFILE           = | |||||||
| # Note: If this tag is empty the current directory is searched. | # Note: If this tag is empty the current directory is searched. | ||||||
| 
 | 
 | ||||||
| INPUT                  = applications \ | INPUT                  = applications \ | ||||||
|                         core \ |                         lib \ | ||||||
|                         lib/infrared \ |                         firmware \ | ||||||
|                         lib/subghz \ |                         furi | ||||||
|                         lib/toolbox \ |  | ||||||
|                         lib/onewire \ |  | ||||||
|                         firmware/targets/furi_hal_include |  | ||||||
| 
 | 
 | ||||||
| # This tag can be used to specify the character encoding of the source files | # This tag can be used to specify the character encoding of the source files | ||||||
| # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses | # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses | ||||||
| @ -930,7 +927,18 @@ RECURSIVE              = YES | |||||||
| # Note that relative paths are relative to the directory from which doxygen is | # Note that relative paths are relative to the directory from which doxygen is | ||||||
| # run. | # run. | ||||||
| 
 | 
 | ||||||
| EXCLUDE                = | EXCLUDE = \ | ||||||
|  |     lib/mlib \ | ||||||
|  |     lib/STM32CubeWB \ | ||||||
|  |     lib/littlefs \ | ||||||
|  |     lib/nanopb \ | ||||||
|  |     assets/protobuf \ | ||||||
|  |     lib/libusb_stm32 \ | ||||||
|  |     lib/FreeRTOS-Kernel \ | ||||||
|  |     lib/microtar \ | ||||||
|  |     lib/mbedtls \ | ||||||
|  |     lib/cxxheaderparser \ | ||||||
|  |     applications/plugins/dap_link/lib/free-dap | ||||||
| 
 | 
 | ||||||
| # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or | # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or | ||||||
| # directories that are symbolic links (a Unix file system feature) are excluded | # directories that are symbolic links (a Unix file system feature) are excluded | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Rom1
						Rom1