blob: d8ad14cc76ce63661b7b12de9333d8317ca63e84 [file] [log] [blame]
Brian Paul7e5c4522004-09-10 00:44:09 +00001# Doxyfile 0.1
2
3@INCLUDE = common.doxy
4
5#---------------------------------------------------------------------------
6# General configuration options
7#---------------------------------------------------------------------------
8PROJECT_NAME = "Mesa Vertex and Fragment Program code"
9#---------------------------------------------------------------------------
10# configuration options related to the input files
11#---------------------------------------------------------------------------
12INPUT = ../src/mesa/shader/
13FILE_PATTERNS = *.c *.h
14RECURSIVE = NO
15EXCLUDE =
16EXCLUDE_PATTERNS =
17EXAMPLE_PATH =
18EXAMPLE_PATTERNS =
19EXAMPLE_RECURSIVE = NO
20IMAGE_PATH =
21INPUT_FILTER =
22FILTER_SOURCE_FILES = NO
23#---------------------------------------------------------------------------
24# configuration options related to the HTML output
25#---------------------------------------------------------------------------
26HTML_OUTPUT = shader
27#---------------------------------------------------------------------------
28# Configuration options related to the preprocessor
29#---------------------------------------------------------------------------
30ENABLE_PREPROCESSING = YES
31MACRO_EXPANSION = NO
32EXPAND_ONLY_PREDEF = NO
33SEARCH_INCLUDES = YES
34INCLUDE_PATH = ../include/
35INCLUDE_FILE_PATTERNS =
36PREDEFINED =
37EXPAND_AS_DEFINED =
38SKIP_FUNCTION_MACROS = YES
39#---------------------------------------------------------------------------
40# Configuration::addtions related to external references
41#---------------------------------------------------------------------------
42TAGFILES = main.tag=../core \
43 math.tag=../math \
44 tnl_dd.tag=../tnl_dd \
45 swrast.tag=../swrast \
46 swrast_setup.tag=../swrast_setup \
47 tnl.tag=../tnl \
Jerome Glissec2e05702007-02-16 23:18:56 +010048 vbo.tag=vbo
Brian Paul7e5c4522004-09-10 00:44:09 +000049GENERATE_TAGFILE = swrast.tag