blob: 37e4aa05f959d0104e4101fe5c2654f51f3be0e3 [file] [log] [blame]
Rob Bradford245341f2011-12-20 15:39:07 +00001# Doxyfile 0.1
2
3@INCLUDE = common.doxy
4
5#---------------------------------------------------------------------------
6# General configuration options
7#---------------------------------------------------------------------------
8PROJECT_NAME = "Generic Buffer Manager (gbm)"
9#---------------------------------------------------------------------------
10# configuration options related to the input files
11#---------------------------------------------------------------------------
12INPUT = ../src/gbm/main
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 = gbm
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_setup.tag=../gbm_setup \
46 tnl.tag=../tnl \
47 vbo.tag=vbo
48GENERATE_TAGFILE = gbm.tag