1# Doxyfile 0.1
2
3#---------------------------------------------------------------------------
4# General configuration options
5#---------------------------------------------------------------------------
6PROJECT_NAME           = "Mesa math module"
7PROJECT_NUMBER         = 
8OUTPUT_DIRECTORY       = .
9OUTPUT_LANGUAGE        = English
10EXTRACT_ALL            = NO
11EXTRACT_PRIVATE        = NO
12EXTRACT_STATIC         = YES
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        = 
22INTERNAL_DOCS          = NO
23STRIP_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
41OPTIMIZE_OUTPUT_FOR_C  = YES
42SHOW_USED_FILES        = YES
43#---------------------------------------------------------------------------
44# configuration options related to warning and progress messages
45#---------------------------------------------------------------------------
46QUIET                  = YES
47WARNINGS               = YES
48WARN_IF_UNDOCUMENTED   = NO
49WARN_FORMAT            = 
50WARN_LOGFILE           = 
51#---------------------------------------------------------------------------
52# configuration options related to the input files
53#---------------------------------------------------------------------------
54INPUT                  = ../src/mesa/math/
55FILE_PATTERNS          = m_matrix.[ch]
56RECURSIVE              = 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     = NO
76COLS_IN_ALPHA_INDEX    = 5
77IGNORE_PREFIX          = 
78#---------------------------------------------------------------------------
79# configuration options related to the HTML output
80#---------------------------------------------------------------------------
81GENERATE_HTML          = YES
82HTML_OUTPUT            = math_subset
83HTML_HEADER            = header_subset.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
138INCLUDE_PATH           = 
139INCLUDE_FILE_PATTERNS  = 
140PREDEFINED             = 
141EXPAND_AS_DEFINED      = 
142SKIP_FUNCTION_MACROS   = YES
143#---------------------------------------------------------------------------
144# Configuration::addtions related to external references   
145#---------------------------------------------------------------------------
146TAGFILES               = core_subset.tag=../core_subset
147GENERATE_TAGFILE       = math_subset.tag
148ALLEXTERNALS           = NO
149PERL_PATH              = 
150#---------------------------------------------------------------------------
151# Configuration options related to the dot tool   
152#---------------------------------------------------------------------------
153CLASS_DIAGRAMS         = YES
154HAVE_DOT               = NO
155CLASS_GRAPH            = YES
156COLLABORATION_GRAPH    = YES
157TEMPLATE_RELATIONS     = YES
158HIDE_UNDOC_RELATIONS   = YES
159INCLUDE_GRAPH          = YES
160INCLUDED_BY_GRAPH      = YES
161GRAPHICAL_HIERARCHY    = YES
162DOT_PATH               = 
163DOTFILE_DIRS           = 
164MAX_DOT_GRAPH_WIDTH    = 1024
165MAX_DOT_GRAPH_HEIGHT   = 1024
166GENERATE_LEGEND        = YES
167DOT_CLEANUP            = YES
168#---------------------------------------------------------------------------
169# Configuration::addtions related to the search engine   
170#---------------------------------------------------------------------------
171SEARCHENGINE           = NO
172CGI_NAME               = 
173CGI_URL                = 
174DOC_URL                = 
175DOC_ABSPATH            = 
176BIN_ABSPATH            = 
177EXT_DOC_PATHS          = 
178