blob: 153cf6680a817092f2f023ec85f405316d47910f [file] [log] [blame]
Brian Paulac9aa222002-01-21 19:29:55 +00001# Doxyfile 0.1
2
3#---------------------------------------------------------------------------
4# General configuration options
5#---------------------------------------------------------------------------
Jose Fonseca397d1e42003-09-17 16:00:10 +00006PROJECT_NAME = "Mesa Software Rasterization (swrast)"
Brian Paul4f615d72003-02-04 02:21:50 +00007PROJECT_NUMBER = 5.1
Brian Paulac9aa222002-01-21 19:29:55 +00008OUTPUT_DIRECTORY =
9OUTPUT_LANGUAGE = English
10EXTRACT_ALL = NO
11EXTRACT_PRIVATE = NO
12EXTRACT_STATIC = NO
13EXTRACT_LOCAL_CLASSES = YES
14HIDE_UNDOC_MEMBERS = NO
15HIDE_UNDOC_CLASSES = NO
16BRIEF_MEMBER_DESC = YES
17REPEAT_BRIEF = YES
18ALWAYS_DETAILED_SEC = NO
19INLINE_INHERITED_MEMB = NO
20FULL_PATH_NAMES = NO
21STRIP_FROM_PATH =
Jose Fonseca397d1e42003-09-17 16:00:10 +000022INTERNAL_DOCS = YES
Brian Paulac9aa222002-01-21 19:29:55 +000023STRIP_CODE_COMMENTS = YES
24CASE_SENSE_NAMES = YES
25SHORT_NAMES = NO
26HIDE_SCOPE_NAMES = NO
27VERBATIM_HEADERS = YES
28SHOW_INCLUDE_FILES = YES
29JAVADOC_AUTOBRIEF = NO
30INHERIT_DOCS = YES
31INLINE_INFO = YES
32SORT_MEMBER_DOCS = NO
33DISTRIBUTE_GROUP_DOC = NO
34TAB_SIZE = 8
35GENERATE_TODOLIST = YES
36GENERATE_TESTLIST = YES
37GENERATE_BUGLIST = YES
38ALIASES =
39ENABLED_SECTIONS =
40MAX_INITIALIZER_LINES = 30
Jose Fonseca397d1e42003-09-17 16:00:10 +000041OPTIMIZE_OUTPUT_FOR_C = YES
Brian Paulac9aa222002-01-21 19:29:55 +000042SHOW_USED_FILES = YES
43#---------------------------------------------------------------------------
44# configuration options related to warning and progress messages
45#---------------------------------------------------------------------------
46QUIET = YES
47WARNINGS = YES
Jose Fonseca397d1e42003-09-17 16:00:10 +000048WARN_IF_UNDOCUMENTED = NO
Brian Paulac9aa222002-01-21 19:29:55 +000049WARN_FORMAT =
50WARN_LOGFILE =
51#---------------------------------------------------------------------------
52# configuration options related to the input files
53#---------------------------------------------------------------------------
Jose Fonseca397d1e42003-09-17 16:00:10 +000054INPUT = ../src/mesa/swrast/
55FILE_PATTERNS = *.c *.h
Brian Paulac9aa222002-01-21 19:29:55 +000056RECURSIVE = NO
57EXCLUDE =
58EXCLUDE_PATTERNS =
59EXAMPLE_PATH =
60EXAMPLE_PATTERNS =
61EXAMPLE_RECURSIVE = NO
62IMAGE_PATH =
63INPUT_FILTER =
64FILTER_SOURCE_FILES = NO
65#---------------------------------------------------------------------------
66# configuration options related to source browsing
67#---------------------------------------------------------------------------
68SOURCE_BROWSER = NO
69INLINE_SOURCES = NO
70REFERENCED_BY_RELATION = YES
71REFERENCES_RELATION = YES
72#---------------------------------------------------------------------------
73# configuration options related to the alphabetical class index
74#---------------------------------------------------------------------------
75ALPHABETICAL_INDEX = YES
76COLS_IN_ALPHA_INDEX = 5
77IGNORE_PREFIX =
78#---------------------------------------------------------------------------
79# configuration options related to the HTML output
80#---------------------------------------------------------------------------
81GENERATE_HTML = YES
82HTML_OUTPUT = swrast
83HTML_HEADER = header.html
84HTML_FOOTER =
85HTML_STYLESHEET =
86HTML_ALIGN_MEMBERS = YES
87GENERATE_HTMLHELP = NO
88GENERATE_CHI = NO
89BINARY_TOC = NO
90TOC_EXPAND = NO
91DISABLE_INDEX = NO
92ENUM_VALUES_PER_LINE = 4
93GENERATE_TREEVIEW = NO
94TREEVIEW_WIDTH = 250
95#---------------------------------------------------------------------------
96# configuration options related to the LaTeX output
97#---------------------------------------------------------------------------
98GENERATE_LATEX = NO
99LATEX_OUTPUT =
100COMPACT_LATEX = NO
101PAPER_TYPE = a4wide
102EXTRA_PACKAGES =
103LATEX_HEADER =
104PDF_HYPERLINKS = NO
105USE_PDFLATEX = NO
106LATEX_BATCHMODE = NO
107#---------------------------------------------------------------------------
108# configuration options related to the RTF output
109#---------------------------------------------------------------------------
110GENERATE_RTF = NO
111RTF_OUTPUT =
112COMPACT_RTF = NO
113RTF_HYPERLINKS = NO
114RTF_STYLESHEET_FILE =
115RTF_EXTENSIONS_FILE =
116#---------------------------------------------------------------------------
117# configuration options related to the man page output
118#---------------------------------------------------------------------------
119GENERATE_MAN = NO
120MAN_OUTPUT =
121MAN_EXTENSION =
122MAN_LINKS = NO
123#---------------------------------------------------------------------------
124# configuration options related to the XML output
125#---------------------------------------------------------------------------
126GENERATE_XML = NO
127#---------------------------------------------------------------------------
128# configuration options for the AutoGen Definitions output
129#---------------------------------------------------------------------------
130GENERATE_AUTOGEN_DEF = NO
131#---------------------------------------------------------------------------
132# Configuration options related to the preprocessor
133#---------------------------------------------------------------------------
134ENABLE_PREPROCESSING = YES
135MACRO_EXPANSION = NO
136EXPAND_ONLY_PREDEF = NO
137SEARCH_INCLUDES = YES
Jose Fonseca397d1e42003-09-17 16:00:10 +0000138INCLUDE_PATH = ../include/
Brian Paulac9aa222002-01-21 19:29:55 +0000139INCLUDE_FILE_PATTERNS =
140PREDEFINED =
141EXPAND_AS_DEFINED =
142SKIP_FUNCTION_MACROS = YES
143#---------------------------------------------------------------------------
144# Configuration::addtions related to external references
145#---------------------------------------------------------------------------
146TAGFILES = core.tag=../core \
147 math.tag=../math \
148 tnl_dd.tag=../tnl_dd \
149 swrast_setup.tag=../swrast_setup \
150 tnl.tag=../tnl \
151 array_cache.tag=array_cache
152GENERATE_TAGFILE = swrast.tag
153ALLEXTERNALS = NO
154PERL_PATH =
155#---------------------------------------------------------------------------
156# Configuration options related to the dot tool
157#---------------------------------------------------------------------------
Jose Fonseca397d1e42003-09-17 16:00:10 +0000158CLASS_DIAGRAMS = NO
Brian Paulac9aa222002-01-21 19:29:55 +0000159HAVE_DOT = NO
160CLASS_GRAPH = YES
161COLLABORATION_GRAPH = YES
162TEMPLATE_RELATIONS = YES
163HIDE_UNDOC_RELATIONS = YES
164INCLUDE_GRAPH = YES
165INCLUDED_BY_GRAPH = YES
166GRAPHICAL_HIERARCHY = YES
167DOT_PATH =
168DOTFILE_DIRS =
169MAX_DOT_GRAPH_WIDTH = 1024
170MAX_DOT_GRAPH_HEIGHT = 1024
171GENERATE_LEGEND = YES
172DOT_CLEANUP = YES
173#---------------------------------------------------------------------------
174# Configuration::addtions related to the search engine
175#---------------------------------------------------------------------------
176SEARCHENGINE = NO
177CGI_NAME =
178CGI_URL =
179DOC_URL =
180DOC_ABSPATH =
181BIN_ABSPATH =
182EXT_DOC_PATHS =