• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Doxyfile 0.1
2
3@INCLUDE               = common.doxy
4
5#---------------------------------------------------------------------------
6# General configuration options
7#---------------------------------------------------------------------------
8PROJECT_NAME           = "Mesa swrast_setup"
9#---------------------------------------------------------------------------
10# configuration options related to the input files
11#---------------------------------------------------------------------------
12INPUT                  = ../src/mesa/swrast_setup/
13FILE_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#---------------------------------------------------------------------------
25# configuration options related to the HTML output
26#---------------------------------------------------------------------------
27HTML_OUTPUT            = swrast_setup
28#---------------------------------------------------------------------------
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 \
44                         main.tag=../main \
45                         math.tag=../math \
46                         swrast.tag=../swrast \
47                         tnl.tag=../tnl \
48                         vbo.tag=../vbo
49GENERATE_TAGFILE       = swrast_setup.tag
50