Last change
on this file since 88839 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.9 KB
|
Line | |
---|
1 | # Doxyfile 0.1
|
---|
2 |
|
---|
3 | @INCLUDE = common.doxy
|
---|
4 |
|
---|
5 | #---------------------------------------------------------------------------
|
---|
6 | # General configuration options
|
---|
7 | #---------------------------------------------------------------------------
|
---|
8 | PROJECT_NAME = "Mesa vbo"
|
---|
9 | #---------------------------------------------------------------------------
|
---|
10 | # configuration options related to the input files
|
---|
11 | #---------------------------------------------------------------------------
|
---|
12 | INPUT = ../src/mesa/vbo/
|
---|
13 | FILE_PATTERNS = *.c \
|
---|
14 | *.h
|
---|
15 | RECURSIVE = NO
|
---|
16 | EXCLUDE =
|
---|
17 | EXCLUDE_PATTERNS =
|
---|
18 | EXAMPLE_PATH =
|
---|
19 | EXAMPLE_PATTERNS =
|
---|
20 | EXAMPLE_RECURSIVE = NO
|
---|
21 | IMAGE_PATH =
|
---|
22 | INPUT_FILTER =
|
---|
23 | FILTER_SOURCE_FILES = NO
|
---|
24 | #---------------------------------------------------------------------------
|
---|
25 | # configuration options related to the HTML output
|
---|
26 | #---------------------------------------------------------------------------
|
---|
27 | HTML_OUTPUT = vbo
|
---|
28 | #---------------------------------------------------------------------------
|
---|
29 | # Configuration options related to the preprocessor
|
---|
30 | #---------------------------------------------------------------------------
|
---|
31 | ENABLE_PREPROCESSING = YES
|
---|
32 | MACRO_EXPANSION = NO
|
---|
33 | EXPAND_ONLY_PREDEF = NO
|
---|
34 | SEARCH_INCLUDES = YES
|
---|
35 | INCLUDE_PATH =
|
---|
36 | INCLUDE_FILE_PATTERNS =
|
---|
37 | PREDEFINED =
|
---|
38 | EXPAND_AS_DEFINED =
|
---|
39 | SKIP_FUNCTION_MACROS = YES
|
---|
40 | #---------------------------------------------------------------------------
|
---|
41 | # Configuration::addtions related to external references
|
---|
42 | #---------------------------------------------------------------------------
|
---|
43 | TAGFILES = main.tag=../main \
|
---|
44 | math.tag=../math \
|
---|
45 | swrast.tag=../swrast \
|
---|
46 | swrast_setup.tag=../swrast_setup \
|
---|
47 | tnl.tag=../tnl \
|
---|
48 | tnl_dd.tag=../tnl_dd
|
---|
49 | GENERATE_TAGFILE = vbo.tag
|
---|
Note:
See
TracBrowser
for help on using the repository browser.