Update contrib.
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = "EUserHl Library Documentation"
8 OUTPUT_DIRECTORY = ../generated
9 OUTPUT_LANGUAGE = English
10 USE_WINDOWS_ENCODING = YES
11 BRIEF_MEMBER_DESC = YES
13 ALWAYS_DETAILED_SEC = NO
14 INLINE_INHERITED_MEMB = NO
18 JAVADOC_AUTOBRIEF = YES
19 MULTILINE_CPP_IS_BRIEF = NO
23 ALIASES = "publishedAll=@par Interface: publishedAll\n" \
24 "publishedPartner=@par Interface: publishedPartner\n" \
25 "internalAll=@par Interface: internalAll\n" \
26 "internalComponent=@par Interface: internalComponent\n" \
27 "internalTechnology=@par Interface: internalTechnology\n" \
28 "prototype=@par Interface: prototype\n" \
29 "interim=@par Interface: interim\n" \
30 "released=@par Interface: released\n" \
31 "deprecated=@par Interface: deprecated\n" \
32 "removed=@par Interface: removed\n" \
33 "notsupported=@par Method not supported\n" \
34 "notapplicable=@par Method not applicable\n" \
35 "capability=@par Capability: \n" \
36 "leave=@par Leave: \n" \
37 "panic=@par Panic: \n" \
38 "SYMPurpose=@par File Purpose: \n"
39 OPTIMIZE_OUTPUT_FOR_C = NO
40 OPTIMIZE_OUTPUT_JAVA = NO
41 DISTRIBUTE_GROUP_DOC = NO
42 #---------------------------------------------------------------------------
43 # Build related configuration options
44 #---------------------------------------------------------------------------
48 EXTRACT_LOCAL_CLASSES = NO
49 HIDE_UNDOC_MEMBERS = NO
50 HIDE_UNDOC_CLASSES = YES
51 HIDE_FRIEND_COMPOUNDS = NO
52 HIDE_IN_BODY_DOCS = YES
54 CASE_SENSE_NAMES = YES
56 SHOW_INCLUDE_FILES = YES
59 GENERATE_TODOLIST = YES
60 GENERATE_TESTLIST = NO
62 GENERATE_DEPRECATEDLIST= YES
64 MAX_INITIALIZER_LINES = 30
66 #---------------------------------------------------------------------------
67 # configuration options related to warning and progress messages
68 #---------------------------------------------------------------------------
71 WARN_IF_UNDOCUMENTED = YES
72 WARN_IF_DOC_ERROR = YES
73 WARN_FORMAT = "$file:$line: $text"
75 #---------------------------------------------------------------------------
76 # configuration options related to the input files
77 #---------------------------------------------------------------------------
78 INPUT = ../documentation/dox ../inc ../src
79 FILE_PATTERNS = *.h *.cpp *.dox
83 EXCLUDE_PATTERNS = *.policy
86 EXAMPLE_RECURSIVE = NO
89 FILTER_SOURCE_FILES = NO
90 #---------------------------------------------------------------------------
91 # configuration options related to source browsing
92 #---------------------------------------------------------------------------
95 STRIP_CODE_COMMENTS = YES
96 REFERENCED_BY_RELATION = YES
97 REFERENCES_RELATION = YES
98 VERBATIM_HEADERS = YES
99 #---------------------------------------------------------------------------
100 # configuration options related to the alphabetical class index
101 #---------------------------------------------------------------------------
102 ALPHABETICAL_INDEX = NO
103 COLS_IN_ALPHA_INDEX = 5
105 #---------------------------------------------------------------------------
106 # configuration options related to the HTML output
107 #---------------------------------------------------------------------------
110 HTML_FILE_EXTENSION = .html
114 HTML_ALIGN_MEMBERS = YES
115 GENERATE_HTMLHELP = NO
122 ENUM_VALUES_PER_LINE = 2
123 GENERATE_TREEVIEW = NO
125 #---------------------------------------------------------------------------
126 # configuration options related to the LaTeX output
127 #---------------------------------------------------------------------------
130 LATEX_CMD_NAME = latex
131 MAKEINDEX_CMD_NAME = makeindex
139 LATEX_HIDE_INDICES = NO
140 #---------------------------------------------------------------------------
141 # configuration options related to the RTF output
142 #---------------------------------------------------------------------------
147 RTF_STYLESHEET_FILE =
148 RTF_EXTENSIONS_FILE =
149 #---------------------------------------------------------------------------
150 # configuration options related to the man page output
151 #---------------------------------------------------------------------------
156 #---------------------------------------------------------------------------
157 # configuration options related to the XML output
158 #---------------------------------------------------------------------------
163 XML_PROGRAMLISTING = YES
164 #---------------------------------------------------------------------------
165 # configuration options for the AutoGen Definitions output
166 #---------------------------------------------------------------------------
167 GENERATE_AUTOGEN_DEF = NO
168 #---------------------------------------------------------------------------
169 # configuration options related to the Perl module output
170 #---------------------------------------------------------------------------
171 GENERATE_PERLMOD = NO
174 PERLMOD_MAKEVAR_PREFIX =
175 #---------------------------------------------------------------------------
176 # Configuration options related to the preprocessor
177 #---------------------------------------------------------------------------
178 ENABLE_PREPROCESSING = YES
179 MACRO_EXPANSION = YES
180 EXPAND_ONLY_PREDEF = YES
181 SEARCH_INCLUDES = YES
183 INCLUDE_FILE_PATTERNS =
184 PREDEFINED = "NONSHARABLE_CLASS(name)=class name" \
187 SKIP_FUNCTION_MACROS = NO
188 #---------------------------------------------------------------------------
189 # Configuration::additions related to external references
190 #---------------------------------------------------------------------------
194 EXTERNAL_GROUPS = YES
195 PERL_PATH = /usr/bin/perl
196 #---------------------------------------------------------------------------
197 # Configuration options related to the dot tool
198 #---------------------------------------------------------------------------
200 HIDE_UNDOC_RELATIONS = YES
203 COLLABORATION_GRAPH = YES
205 TEMPLATE_RELATIONS = YES
207 INCLUDED_BY_GRAPH = YES
209 GRAPHICAL_HIERARCHY = YES
210 DOT_IMAGE_FORMAT = png
213 MAX_DOT_GRAPH_WIDTH = 1024
214 MAX_DOT_GRAPH_HEIGHT = 1024
215 MAX_DOT_GRAPH_DEPTH = 0
216 GENERATE_LEGEND = YES
218 #---------------------------------------------------------------------------
219 # Configuration::additions related to the search engine
220 #---------------------------------------------------------------------------