blob: 537d682998d04122ee01e6dbbc01f08eac801df8 [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#---------------------------------------------------------------------------
Rhys Kidd4ba409a2016-04-09 16:43:24 -040042TAGFILES = main.tag=../main \
Rob Bradford245341f2011-12-20 15:39:07 +000043 math.tag=../math \
44 tnl_dd.tag=../tnl_dd \
Rhys Kidd29b805b2016-04-09 16:43:21 -040045 swrast_setup.tag=../swrast_setup \
Rob Bradford245341f2011-12-20 15:39:07 +000046 tnl.tag=../tnl \
Rhys Kidd684e7a42016-04-09 16:43:20 -040047 vbo.tag=../vbo
Rob Bradford245341f2011-12-20 15:39:07 +000048GENERATE_TAGFILE = gbm.tag