1# Doxyfile 0.1
2
3@INCLUDE               = common.doxy
4
5#---------------------------------------------------------------------------
6# General configuration options
7#---------------------------------------------------------------------------
8PROJECT_NAME           = "Mesa GLSL module"
9#---------------------------------------------------------------------------
10# configuration options related to the input files
11#---------------------------------------------------------------------------
12INPUT                  = ../src/glsl/
13RECURSIVE              = NO
14EXCLUDE                = ../src/glsl/glsl_lexer.cc \
15                         ../src/glsl/glsl_parser.cc \
16                         ../src/glsl/glsl_parser.h
17EXCLUDE_PATTERNS       =
18#---------------------------------------------------------------------------
19# configuration options related to the HTML output
20#---------------------------------------------------------------------------
21HTML_OUTPUT            = glsl
22#---------------------------------------------------------------------------
23# Configuration options related to the preprocessor
24#---------------------------------------------------------------------------
25ENABLE_PREPROCESSING   = YES
26MACRO_EXPANSION        = NO
27EXPAND_ONLY_PREDEF     = NO
28SEARCH_INCLUDES        = YES
29INCLUDE_PATH           =
30INCLUDE_FILE_PATTERNS  =
31PREDEFINED             =
32EXPAND_AS_DEFINED      =
33SKIP_FUNCTION_MACROS   = NO
34#---------------------------------------------------------------------------
35# Configuration::addtions related to external references
36#---------------------------------------------------------------------------
37TAGFILES               =
38GENERATE_TAGFILE       = glsl.tag
39