mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 10:11:34 +01:00 
			
		
		
		
	respect review comments
respect master project settings if any
This commit is contained in:
		
							parent
							
								
									d25ad76019
								
							
						
					
					
						commit
						cd175563a3
					
				
					 2 changed files with 15 additions and 15 deletions
				
			
		|  | @ -3,21 +3,21 @@ | |||
| # To create a new Doxyfile containing all available options, call `doxygen -g` | ||||
| 
 | ||||
| # Get Project name and version from CMake | ||||
| PROJECT_NAME = @DOXYGEN_PROJECT_NAME@ | ||||
| PROJECT_NUMBER = @DOXYGEN_PROJECT_VERSION@ | ||||
| PROJECT_NAME = Greeter | ||||
| PROJECT_NUMBER = 1.0 | ||||
| 
 | ||||
| # Add sources | ||||
| INPUT = @DOXYGEN_PROJECT_ROOT@/README.md @DOXYGEN_PROJECT_ROOT@/include @DOXYGEN_PROJECT_ROOT@/documentation/pages | ||||
| INPUT = /Users/clausklein/Workspace/cpp/ModernCppStarter/documentation/../README.md /Users/clausklein/Workspace/cpp/ModernCppStarter/documentation/../include /Users/clausklein/Workspace/cpp/ModernCppStarter/documentation/../documentation/pages | ||||
| EXTRACT_ALL = YES | ||||
| RECURSIVE = YES | ||||
| OUTPUT_DIRECTORY = @DOXYGEN_OUTPUT_DIRECTORY@ | ||||
| OUTPUT_DIRECTORY = doxygen | ||||
| 
 | ||||
| # Use the README as a main page | ||||
| USE_MDFILE_AS_MAINPAGE = @DOXYGEN_PROJECT_ROOT@/README.md | ||||
| USE_MDFILE_AS_MAINPAGE = /Users/clausklein/Workspace/cpp/ModernCppStarter/documentation/../README.md | ||||
| 
 | ||||
| # set relative include paths | ||||
| FULL_PATH_NAMES = YES | ||||
| STRIP_FROM_PATH = @DOXYGEN_PROJECT_ROOT@/include @DOXYGEN_PROJECT_ROOT@ | ||||
| STRIP_FROM_PATH = /Users/clausklein/Workspace/cpp/ModernCppStarter/documentation/../include /Users/clausklein/Workspace/cpp/ModernCppStarter/documentation/.. | ||||
| 
 | ||||
| # We use m.css to generate the html documentation, so we only need XML output | ||||
| GENERATE_XML = YES | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue