First public contribution.
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = "Content Access Framework"
8 OUTPUT_DIRECTORY = ./output
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = YES
12 BRIEF_MEMBER_DESC = YES
15 ALWAYS_DETAILED_SEC = NO
16 INLINE_INHERITED_MEMB = NO
21 JAVADOC_AUTOBRIEF = YES
22 MULTILINE_CPP_IS_BRIEF = NO
25 SEPARATE_MEMBER_PAGES = NO
27 ALIASES = "publishedAll=@par Interface: publishedAll\n" \
28 "publishedPartner=@par Interface: publishedPartner\n" \
29 "internalAll=@par Interface: internalAll\n" \
30 "internalComponent=@par Interface: internalComponent\n" \
31 "internalTechnology=@par Interface: internalTechnology\n" \
32 "prototype=@par Interface: prototype\n" \
33 "interim=@par Interface: interim\n" \
34 "released=@par Interface: released\n" \
35 "deprecated=@par Interface: deprecated\n" \
36 "removed=@par Interface: removed\n" \
37 "capability=@par Capability: \n" \
38 "leave=@par Leave: \n" \
39 "panic=@par Panic: \n" \
40 "SYMPurpose=@par File Purpose: \n"
41 OPTIMIZE_OUTPUT_FOR_C = NO
42 OPTIMIZE_OUTPUT_JAVA = NO
43 BUILTIN_STL_SUPPORT = NO
44 DISTRIBUTE_GROUP_DOC = NO
46 #---------------------------------------------------------------------------
47 # Build related configuration options
48 #---------------------------------------------------------------------------
52 EXTRACT_LOCAL_CLASSES = NO
53 EXTRACT_LOCAL_METHODS = NO
54 HIDE_UNDOC_MEMBERS = NO
55 HIDE_UNDOC_CLASSES = NO
56 HIDE_FRIEND_COMPOUNDS = NO
57 HIDE_IN_BODY_DOCS = YES
59 CASE_SENSE_NAMES = YES
61 SHOW_INCLUDE_FILES = YES
63 SORT_MEMBER_DOCS = YES
65 SORT_BY_SCOPE_NAME = NO
66 GENERATE_TODOLIST = NO
67 GENERATE_TESTLIST = NO
69 GENERATE_DEPRECATEDLIST= YES
71 MAX_INITIALIZER_LINES = 30
75 #---------------------------------------------------------------------------
76 # configuration options related to warning and progress messages
77 #---------------------------------------------------------------------------
80 WARN_IF_UNDOCUMENTED = YES
81 WARN_IF_DOC_ERROR = YES
83 WARN_FORMAT = "$file:$line: $text"
85 #---------------------------------------------------------------------------
86 # configuration options related to the input files
87 #---------------------------------------------------------------------------
90 ./CAFIntroduction.dox \
92 ./HowToContentAPI.dox \
93 ./NavigatingArchiveFiles.dox \
95 ./HowToSupplierAPI.dox \
96 ./HowToManageFiles.dox \
97 ./HowToManageAgents.dox \
98 ./RightsManagerAPI.dox \
99 ./CAFCorruptData.dox \
101 ./CafRecognizer.dox \
102 ./HowToAgentConfiguration.dox \
103 ./BackupAndRestoreOfAgentData.dox \
105 ./AsyncSendReceive.dox \
108 FILE_PATTERNS = *.cpp \
115 EXCLUDE_SYMLINKS = NO
116 EXCLUDE_PATTERNS = *.policy
119 EXAMPLE_RECURSIVE = NO
123 FILTER_SOURCE_FILES = NO
124 #---------------------------------------------------------------------------
125 # configuration options related to source browsing
126 #---------------------------------------------------------------------------
129 STRIP_CODE_COMMENTS = YES
130 REFERENCED_BY_RELATION = YES
131 REFERENCES_RELATION = YES
133 VERBATIM_HEADERS = YES
134 #---------------------------------------------------------------------------
135 # configuration options related to the alphabetical class index
136 #---------------------------------------------------------------------------
137 ALPHABETICAL_INDEX = NO
138 COLS_IN_ALPHA_INDEX = 5
140 #---------------------------------------------------------------------------
141 # configuration options related to the HTML output
142 #---------------------------------------------------------------------------
145 HTML_FILE_EXTENSION = .html
149 HTML_ALIGN_MEMBERS = YES
150 GENERATE_HTMLHELP = YES
151 CHM_FILE = ../../../../engineering/CAF_Documentation.chm
152 HHC_LOCATION = "C:/Program Files/HTML Help Workshop/hhc.exe"
157 ENUM_VALUES_PER_LINE = 2
158 GENERATE_TREEVIEW = NO
160 #---------------------------------------------------------------------------
161 # configuration options related to the LaTeX output
162 #---------------------------------------------------------------------------
165 LATEX_CMD_NAME = latex
166 MAKEINDEX_CMD_NAME = makeindex
174 LATEX_HIDE_INDICES = NO
175 #---------------------------------------------------------------------------
176 # configuration options related to the RTF output
177 #---------------------------------------------------------------------------
182 RTF_STYLESHEET_FILE =
183 RTF_EXTENSIONS_FILE =
184 #---------------------------------------------------------------------------
185 # configuration options related to the man page output
186 #---------------------------------------------------------------------------
191 #---------------------------------------------------------------------------
192 # configuration options related to the XML output
193 #---------------------------------------------------------------------------
198 XML_PROGRAMLISTING = YES
199 #---------------------------------------------------------------------------
200 # configuration options for the AutoGen Definitions output
201 #---------------------------------------------------------------------------
202 GENERATE_AUTOGEN_DEF = NO
203 #---------------------------------------------------------------------------
204 # configuration options related to the Perl module output
205 #---------------------------------------------------------------------------
206 GENERATE_PERLMOD = NO
209 PERLMOD_MAKEVAR_PREFIX =
210 #---------------------------------------------------------------------------
211 # Configuration options related to the preprocessor
212 #---------------------------------------------------------------------------
213 ENABLE_PREPROCESSING = YES
214 MACRO_EXPANSION = YES
215 EXPAND_ONLY_PREDEF = YES
216 SEARCH_INCLUDES = YES
218 INCLUDE_FILE_PATTERNS =
219 PREDEFINED = EXPORT_C \
221 "NONSHARABLE_CLASS(name)=class name"
223 SKIP_FUNCTION_MACROS = NO
224 #---------------------------------------------------------------------------
225 # Configuration::additions related to external references
226 #---------------------------------------------------------------------------
230 EXTERNAL_GROUPS = YES
231 PERL_PATH = /usr/bin/perl
232 #---------------------------------------------------------------------------
233 # Configuration options related to the dot tool
234 #---------------------------------------------------------------------------
236 HIDE_UNDOC_RELATIONS = YES
239 COLLABORATION_GRAPH = YES
242 TEMPLATE_RELATIONS = YES
244 INCLUDED_BY_GRAPH = YES
246 GRAPHICAL_HIERARCHY = YES
247 DIRECTORY_GRAPH = YES
248 DOT_IMAGE_FORMAT = png
251 MAX_DOT_GRAPH_WIDTH = 1024
252 MAX_DOT_GRAPH_HEIGHT = 1024
253 MAX_DOT_GRAPH_DEPTH = 0
255 DOT_MULTI_TARGETS = NO
256 GENERATE_LEGEND = YES
258 #---------------------------------------------------------------------------
259 # Configuration::additions related to the search engine
260 #---------------------------------------------------------------------------