3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = "avmplus $(change):$(changeid)"
7 PROJECT_NUMBER = "source revision $(change):$(changeid)"
8 OUTPUT_DIRECTORY = docs
9 OUTPUT_LANGUAGE = English
10 USE_WINDOWS_ENCODING = YES
11 BRIEF_MEMBER_DESC = YES
14 ALWAYS_DETAILED_SEC = NO
15 INLINE_INHERITED_MEMB = NO
19 JAVADOC_AUTOBRIEF = NO
20 MULTILINE_CPP_IS_BRIEF = NO
23 DISTRIBUTE_GROUP_DOC = NO
26 OPTIMIZE_OUTPUT_FOR_C = NO
27 OPTIMIZE_OUTPUT_JAVA = NO
29 #---------------------------------------------------------------------------
30 # Build related configuration options
31 #---------------------------------------------------------------------------
35 EXTRACT_LOCAL_CLASSES = YES
36 HIDE_UNDOC_MEMBERS = NO
37 HIDE_UNDOC_CLASSES = NO
38 HIDE_FRIEND_COMPOUNDS = NO
39 HIDE_IN_BODY_DOCS = NO
41 CASE_SENSE_NAMES = YES
43 SHOW_INCLUDE_FILES = YES
45 SORT_MEMBER_DOCS = YES
47 SORT_BY_SCOPE_NAME = NO
48 GENERATE_TODOLIST = YES
49 GENERATE_TESTLIST = YES
50 GENERATE_BUGLIST = YES
51 GENERATE_DEPRECATEDLIST= YES
53 MAX_INITIALIZER_LINES = 30
55 #---------------------------------------------------------------------------
56 # configuration options related to warning and progress messages
57 #---------------------------------------------------------------------------
60 WARN_IF_UNDOCUMENTED = YES
61 WARN_IF_DOC_ERROR = YES
62 WARN_FORMAT = "$file:$line: $text"
63 WARN_LOGFILE = docs/warn.log
64 #---------------------------------------------------------------------------
65 # configuration options related to the input files
66 #---------------------------------------------------------------------------
72 EXCLUDE_PATTERNS = *.py */.hg/* */axscript/* */buildbot/slaves/* */buildbot/master/* */other-licenses/* */test/* */utils/*
75 EXAMPLE_RECURSIVE = NO
78 FILTER_SOURCE_FILES = NO
79 #---------------------------------------------------------------------------
80 # configuration options related to source browsing
81 #---------------------------------------------------------------------------
84 STRIP_CODE_COMMENTS = YES
85 REFERENCED_BY_RELATION = YES
86 REFERENCES_RELATION = YES
87 VERBATIM_HEADERS = YES
88 #---------------------------------------------------------------------------
89 # configuration options related to the alphabetical class index
90 #---------------------------------------------------------------------------
91 ALPHABETICAL_INDEX = NO
92 COLS_IN_ALPHA_INDEX = 5
94 #---------------------------------------------------------------------------
95 # configuration options related to the HTML output
96 #---------------------------------------------------------------------------
99 HTML_FILE_EXTENSION = .html
103 HTML_ALIGN_MEMBERS = YES
104 GENERATE_HTMLHELP = NO
111 ENUM_VALUES_PER_LINE = 4
112 GENERATE_TREEVIEW = NO
114 #---------------------------------------------------------------------------
115 # configuration options related to the LaTeX output
116 #---------------------------------------------------------------------------
119 LATEX_CMD_NAME = latex
120 MAKEINDEX_CMD_NAME = makeindex
128 LATEX_HIDE_INDICES = NO
129 #---------------------------------------------------------------------------
130 # configuration options related to the RTF output
131 #---------------------------------------------------------------------------
136 RTF_STYLESHEET_FILE =
137 RTF_EXTENSIONS_FILE =
138 #---------------------------------------------------------------------------
139 # configuration options related to the man page output
140 #---------------------------------------------------------------------------
145 #---------------------------------------------------------------------------
146 # configuration options related to the XML output
147 #---------------------------------------------------------------------------
152 XML_PROGRAMLISTING = YES
153 #---------------------------------------------------------------------------
154 # configuration options for the AutoGen Definitions output
155 #---------------------------------------------------------------------------
156 GENERATE_AUTOGEN_DEF = NO
157 #---------------------------------------------------------------------------
158 # configuration options related to the Perl module output
159 #---------------------------------------------------------------------------
160 GENERATE_PERLMOD = NO
163 PERLMOD_MAKEVAR_PREFIX =
164 #---------------------------------------------------------------------------
165 # Configuration options related to the preprocessor
166 #---------------------------------------------------------------------------
167 ENABLE_PREPROCESSING = YES
169 EXPAND_ONLY_PREDEF = NO
170 SEARCH_INCLUDES = YES
172 INCLUDE_FILE_PATTERNS =
173 PREDEFINED = ENABLE_COMPILER \
176 SKIP_FUNCTION_MACROS = YES
177 #---------------------------------------------------------------------------
178 # Configuration::additions related to external references
179 #---------------------------------------------------------------------------
183 EXTERNAL_GROUPS = YES
184 PERL_PATH = /usr/bin/perl
185 #---------------------------------------------------------------------------
186 # Configuration options related to the dot tool
187 #---------------------------------------------------------------------------
189 HIDE_UNDOC_RELATIONS = YES
192 COLLABORATION_GRAPH = YES
194 TEMPLATE_RELATIONS = NO
196 INCLUDED_BY_GRAPH = YES
198 GRAPHICAL_HIERARCHY = YES
199 DOT_IMAGE_FORMAT = png
202 MAX_DOT_GRAPH_WIDTH = 1024
203 MAX_DOT_GRAPH_HEIGHT = 1024
204 MAX_DOT_GRAPH_DEPTH = 0
205 GENERATE_LEGEND = YES
207 #---------------------------------------------------------------------------
208 # Configuration::additions related to the search engine
209 #---------------------------------------------------------------------------