3 #---------------------------------------------------------------------------
4 # General configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = "Mesa math module"
9 OUTPUT_LANGUAGE = English
13 EXTRACT_LOCAL_CLASSES = YES
14 HIDE_UNDOC_MEMBERS = NO
15 HIDE_UNDOC_CLASSES = NO
16 BRIEF_MEMBER_DESC = YES
18 ALWAYS_DETAILED_SEC = NO
19 INLINE_INHERITED_MEMB = NO
23 STRIP_CODE_COMMENTS = YES
24 CASE_SENSE_NAMES = YES
27 VERBATIM_HEADERS = YES
28 SHOW_INCLUDE_FILES = YES
29 JAVADOC_AUTOBRIEF = NO
33 DISTRIBUTE_GROUP_DOC = NO
35 GENERATE_TODOLIST = YES
36 GENERATE_TESTLIST = YES
37 GENERATE_BUGLIST = YES
40 MAX_INITIALIZER_LINES = 30
41 OPTIMIZE_OUTPUT_FOR_C = YES
43 #---------------------------------------------------------------------------
44 # configuration options related to warning and progress messages
45 #---------------------------------------------------------------------------
48 WARN_IF_UNDOCUMENTED = NO
51 #---------------------------------------------------------------------------
52 # configuration options related to the input files
53 #---------------------------------------------------------------------------
54 INPUT = ../src/mesa/math/
55 FILE_PATTERNS = m_matrix.[ch]
61 EXAMPLE_RECURSIVE = NO
64 FILTER_SOURCE_FILES = NO
65 #---------------------------------------------------------------------------
66 # configuration options related to source browsing
67 #---------------------------------------------------------------------------
70 REFERENCED_BY_RELATION = YES
71 REFERENCES_RELATION = YES
72 #---------------------------------------------------------------------------
73 # configuration options related to the alphabetical class index
74 #---------------------------------------------------------------------------
75 ALPHABETICAL_INDEX = NO
76 COLS_IN_ALPHA_INDEX = 5
78 #---------------------------------------------------------------------------
79 # configuration options related to the HTML output
80 #---------------------------------------------------------------------------
82 HTML_OUTPUT = math_subset
83 HTML_HEADER = header_subset.html
86 HTML_ALIGN_MEMBERS = YES
87 GENERATE_HTMLHELP = NO
92 ENUM_VALUES_PER_LINE = 4
93 GENERATE_TREEVIEW = NO
95 #---------------------------------------------------------------------------
96 # configuration options related to the LaTeX output
97 #---------------------------------------------------------------------------
107 #---------------------------------------------------------------------------
108 # configuration options related to the RTF output
109 #---------------------------------------------------------------------------
114 RTF_STYLESHEET_FILE =
115 RTF_EXTENSIONS_FILE =
116 #---------------------------------------------------------------------------
117 # configuration options related to the man page output
118 #---------------------------------------------------------------------------
123 #---------------------------------------------------------------------------
124 # configuration options related to the XML output
125 #---------------------------------------------------------------------------
127 #---------------------------------------------------------------------------
128 # configuration options for the AutoGen Definitions output
129 #---------------------------------------------------------------------------
130 GENERATE_AUTOGEN_DEF = NO
131 #---------------------------------------------------------------------------
132 # Configuration options related to the preprocessor
133 #---------------------------------------------------------------------------
134 ENABLE_PREPROCESSING = YES
136 EXPAND_ONLY_PREDEF = NO
137 SEARCH_INCLUDES = YES
139 INCLUDE_FILE_PATTERNS =
142 SKIP_FUNCTION_MACROS = YES
143 #---------------------------------------------------------------------------
144 # Configuration::addtions related to external references
145 #---------------------------------------------------------------------------
146 TAGFILES = core_subset.tag=../core_subset
147 GENERATE_TAGFILE = math_subset.tag
150 #---------------------------------------------------------------------------
151 # Configuration options related to the dot tool
152 #---------------------------------------------------------------------------
156 COLLABORATION_GRAPH = YES
157 TEMPLATE_RELATIONS = YES
158 HIDE_UNDOC_RELATIONS = YES
160 INCLUDED_BY_GRAPH = YES
161 GRAPHICAL_HIERARCHY = YES
164 MAX_DOT_GRAPH_WIDTH = 1024
165 MAX_DOT_GRAPH_HEIGHT = 1024
166 GENERATE_LEGEND = YES
168 #---------------------------------------------------------------------------
169 # Configuration::addtions related to the search engine
170 #---------------------------------------------------------------------------