blob: 172e46f2db57cb986544502066ded365f791c5c5 [file] [log] [blame]
Brian Paulac9aa222002-01-21 19:29:55 +00001# Doxyfile 0.1
2
Jose Fonseca91096252003-09-17 17:07:24 +00003@INCLUDE = common.doxy
4
Brian Paulac9aa222002-01-21 19:29:55 +00005#---------------------------------------------------------------------------
6# General configuration options
7#---------------------------------------------------------------------------
8PROJECT_NAME = "Mesa tnl_dd"
Brian Paulac9aa222002-01-21 19:29:55 +00009#---------------------------------------------------------------------------
10# configuration options related to the input files
11#---------------------------------------------------------------------------
Jose Fonseca397d1e42003-09-17 16:00:10 +000012INPUT = ../src/mesa/tnl_dd/
13FILE_PATTERNS = *.c *.h
Brian Paulac9aa222002-01-21 19:29:55 +000014RECURSIVE = YES
15EXCLUDE =
16EXCLUDE_PATTERNS =
17EXAMPLE_PATH =
18EXAMPLE_PATTERNS =
19EXAMPLE_RECURSIVE = NO
20IMAGE_PATH =
21INPUT_FILTER =
22FILTER_SOURCE_FILES = NO
23#---------------------------------------------------------------------------
Brian Paulac9aa222002-01-21 19:29:55 +000024# configuration options related to the HTML output
25#---------------------------------------------------------------------------
Brian Paulac9aa222002-01-21 19:29:55 +000026HTML_OUTPUT = tnl_dd
Brian Paulac9aa222002-01-21 19:29:55 +000027#---------------------------------------------------------------------------
28# Configuration options related to the preprocessor
29#---------------------------------------------------------------------------
30ENABLE_PREPROCESSING = YES
31MACRO_EXPANSION = NO
32EXPAND_ONLY_PREDEF = NO
33SEARCH_INCLUDES = YES
34INCLUDE_PATH =
35INCLUDE_FILE_PATTERNS =
36PREDEFINED =
37EXPAND_AS_DEFINED =
38SKIP_FUNCTION_MACROS = YES
39#---------------------------------------------------------------------------
40# Configuration::addtions related to external references
41#---------------------------------------------------------------------------
Rhys Kidd4ba409a2016-04-09 16:43:24 -040042TAGFILES = main.tag=../main \
Brian Paulac9aa222002-01-21 19:29:55 +000043 math.tag=../math \
44 swrast.tag=../swrast \
45 swrast_setup.tag=../swrast_setup \
46 tnl.tag=../tnl \
Rhys Kidd684e7a42016-04-09 16:43:20 -040047 vbo.tag=../vbo
Brian Paulac9aa222002-01-21 19:29:55 +000048GENERATE_TAGFILE = tnl_dd.tag