blob: 5790ec8d6db14be642e309e865b11b406d4cf1ce [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 array_cache"
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/array_cache/
Brian Paulac9aa222002-01-21 19:29:55 +000013FILE_PATTERNS = *.c \
14 *.h
15RECURSIVE = NO
16EXCLUDE =
17EXCLUDE_PATTERNS =
18EXAMPLE_PATH =
19EXAMPLE_PATTERNS =
20EXAMPLE_RECURSIVE = NO
21IMAGE_PATH =
22INPUT_FILTER =
23FILTER_SOURCE_FILES = NO
24#---------------------------------------------------------------------------
Brian Paulac9aa222002-01-21 19:29:55 +000025# configuration options related to the HTML output
26#---------------------------------------------------------------------------
Brian Paulac9aa222002-01-21 19:29:55 +000027HTML_OUTPUT = array_cache
Brian Paulac9aa222002-01-21 19:29:55 +000028#---------------------------------------------------------------------------
29# Configuration options related to the preprocessor
30#---------------------------------------------------------------------------
31ENABLE_PREPROCESSING = YES
32MACRO_EXPANSION = NO
33EXPAND_ONLY_PREDEF = NO
34SEARCH_INCLUDES = YES
35INCLUDE_PATH =
36INCLUDE_FILE_PATTERNS =
37PREDEFINED =
38EXPAND_AS_DEFINED =
39SKIP_FUNCTION_MACROS = YES
40#---------------------------------------------------------------------------
41# Configuration::addtions related to external references
42#---------------------------------------------------------------------------
43TAGFILES = core.tag=../core \
Brian Paul9b681dc2002-01-22 14:31:09 +000044 tnl.tag=../tnl \
45 swrast_setup.tag=../swrast_setup \
46 swrast.tag=../swrast \
47 math.tag=../math \
48 tnl_dd.tag=../tnl_dd
Brian Paulac9aa222002-01-21 19:29:55 +000049GENERATE_TAGFILE = array_cache.tag