mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	move documentation output to build/doxygen
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -54,5 +54,3 @@
 | 
				
			|||||||
# local make targets
 | 
					# local make targets
 | 
				
			||||||
local.mk
 | 
					local.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Doxygen output
 | 
					 | 
				
			||||||
/documentation/
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Doxyfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Doxyfile
									
									
									
									
									
								
							@@ -54,7 +54,7 @@ PROJECT_LOGO           =
 | 
				
			|||||||
# If a relative path is entered, it will be relative to the location
 | 
					# If a relative path is entered, it will be relative to the location
 | 
				
			||||||
# where doxygen was started. If left blank the current directory will be used.
 | 
					# where doxygen was started. If left blank the current directory will be used.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OUTPUT_DIRECTORY       = documentation
 | 
					OUTPUT_DIRECTORY       = build/doxygen
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
 | 
					# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
 | 
				
			||||||
# 4096 sub-directories (in 2 levels) under the output directory of each output
 | 
					# 4096 sub-directories (in 2 levels) under the output directory of each output
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user