blob: 388af40fe5bd5bd03104f8e1ab2fb5e32322412f [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#---------------------------------------------------------------------------
Jose Fonseca397d1e42003-09-17 16:00:10 +00008PROJECT_NAME = "Mesa math module"
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/math/
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 = math
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 = tnl_dd.tag=../tnl_dd \
Jose Fonseca375457b2004-09-09 22:23:24 +000044 main.tag=../core \
Brian Paulac9aa222002-01-21 19:29:55 +000045 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 Paulac9aa222002-01-21 19:29:55 +000049GENERATE_TAGFILE = math.tag