1 # Doxyfile 0.1 2 3 @INCLUDE = common.doxy 4 5 #--------------------------------------------------------------------------- 6 # General configuration options 7 #--------------------------------------------------------------------------- 8 PROJECT_NAME = "Mesa swrast_setup" 9 #--------------------------------------------------------------------------- 10 # configuration options related to the input files 11 #--------------------------------------------------------------------------- 12 INPUT = ../src/mesa/swrast_setup/ 13 FILE_PATTERNS = *.c \ 14 *.h 15 RECURSIVE = NO 16 EXCLUDE = 17 EXCLUDE_PATTERNS = 18 EXAMPLE_PATH = 19 EXAMPLE_PATTERNS = 20 EXAMPLE_RECURSIVE = NO 21 IMAGE_PATH = 22 INPUT_FILTER = 23 FILTER_SOURCE_FILES = NO 24 #--------------------------------------------------------------------------- 25 # configuration options related to the HTML output 26 #--------------------------------------------------------------------------- 27 HTML_OUTPUT = swrast_setup 28 #--------------------------------------------------------------------------- 29 # Configuration options related to the preprocessor 30 #--------------------------------------------------------------------------- 31 ENABLE_PREPROCESSING = YES 32 MACRO_EXPANSION = NO 33 EXPAND_ONLY_PREDEF = NO 34 SEARCH_INCLUDES = YES 35 INCLUDE_PATH = 36 INCLUDE_FILE_PATTERNS = 37 PREDEFINED = 38 EXPAND_AS_DEFINED = 39 SKIP_FUNCTION_MACROS = YES 40 #--------------------------------------------------------------------------- 41 # Configuration::addtions related to external references 42 #--------------------------------------------------------------------------- 43 TAGFILES = tnl_dd.tag=../tnl_dd \ 44 main.tag=../core \ 45 math.tag=../math \ 46 swrast.tag=../swrast \ 47 tnl.tag=../tnl \ 48 vbo.tag=../vbo 49 GENERATE_TAGFILE = swrast_setup.tag 50