VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-17.3.9/doxygen/glsl.doxy@ 84540

Last change on this file since 84540 was 75443, checked in by vboxsync, 6 years ago

Exported Mesa related code to OSE.

  • Property svn:eol-style set to LF
File size: 1.7 KB
Line 
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/compiler/glsl/
13FILE_PATTERNS = *.c *.cpp *.h
14RECURSIVE = NO
15EXCLUDE = ../src/compiler/glsl/glsl_lexer.cpp \
16 ../src/compiler/glsl/glsl_parser.cpp \
17 ../src/compiler/glsl/glsl_parser.h
18EXCLUDE_PATTERNS =
19#---------------------------------------------------------------------------
20# configuration options related to the HTML output
21#---------------------------------------------------------------------------
22HTML_OUTPUT = glsl
23#---------------------------------------------------------------------------
24# Configuration options related to the preprocessor
25#---------------------------------------------------------------------------
26ENABLE_PREPROCESSING = YES
27MACRO_EXPANSION = NO
28EXPAND_ONLY_PREDEF = NO
29SEARCH_INCLUDES = YES
30INCLUDE_PATH =
31INCLUDE_FILE_PATTERNS =
32PREDEFINED =
33EXPAND_AS_DEFINED =
34SKIP_FUNCTION_MACROS = NO
35#---------------------------------------------------------------------------
36# Configuration::addtions related to external references
37#---------------------------------------------------------------------------
38TAGFILES =
39GENERATE_TAGFILE = glsl.tag
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette