blob: 9915ba28e37acd6d69d6cb1692923b942d9dfdea [file] [log] [blame]
Chad Versace774750a2011-01-17 13:52:40 -08001# 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
Matt Turner86d30de2013-01-14 22:00:08 -080014EXCLUDE = ../src/glsl/glsl_lexer.cpp \
15 ../src/glsl/glsl_parser.cpp \
Chad Versace774750a2011-01-17 13:52:40 -080016 ../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