3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
7 PROJECT_NAME = strftime
9 OUTPUT_DIRECTORY = /home/philip/public_html/hacks/strftime/docs/
11 OUTPUT_LANGUAGE = English
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class " \
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
28 STRIP_FROM_PATH = /home/philip/public_html/hacks/strftime/
31 JAVADOC_AUTOBRIEF = NO
33 MULTILINE_CPP_IS_BRIEF = NO
36 SEPARATE_MEMBER_PAGES = NO
39 OPTIMIZE_OUTPUT_FOR_C = NO
40 OPTIMIZE_OUTPUT_JAVA = NO
41 BUILTIN_STL_SUPPORT = NO
43 DISTRIBUTE_GROUP_DOC = NO
45 #---------------------------------------------------------------------------
46 # Build related configuration options
47 #---------------------------------------------------------------------------
51 EXTRACT_LOCAL_CLASSES = YES
52 EXTRACT_LOCAL_METHODS = NO
53 EXTRACT_ANON_NSPACES = NO
54 HIDE_UNDOC_MEMBERS = YES
55 HIDE_UNDOC_CLASSES = YES
56 HIDE_FRIEND_COMPOUNDS = NO
57 HIDE_IN_BODY_DOCS = NO
59 CASE_SENSE_NAMES = YES
61 SHOW_INCLUDE_FILES = YES
63 SORT_MEMBER_DOCS = YES
65 SORT_BY_SCOPE_NAME = NO
66 GENERATE_TODOLIST = YES
67 GENERATE_TESTLIST = YES
68 GENERATE_BUGLIST = YES
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 #---------------------------------------------------------------------------
88 INPUT = /home/philip/public_html/hacks/strftime
89 INPUT_ENCODING = UTF-8
98 EXAMPLE_RECURSIVE = NO
102 FILTER_SOURCE_FILES = NO
103 #---------------------------------------------------------------------------
104 # configuration options related to source browsing
105 #---------------------------------------------------------------------------
108 STRIP_CODE_COMMENTS = YES
109 REFERENCED_BY_RELATION = YES
110 REFERENCES_RELATION = YES
111 REFERENCES_LINK_SOURCE = YES
113 VERBATIM_HEADERS = YES
114 #---------------------------------------------------------------------------
115 # configuration options related to the alphabetical class index
116 #---------------------------------------------------------------------------
117 ALPHABETICAL_INDEX = YES
118 COLS_IN_ALPHA_INDEX = 5
119 IGNORE_PREFIX = Date \
122 #---------------------------------------------------------------------------
123 # configuration options related to the HTML output
124 #---------------------------------------------------------------------------
127 HTML_FILE_EXTENSION = .html
131 HTML_ALIGN_MEMBERS = YES
132 GENERATE_HTMLHELP = NO
133 HTML_DYNAMIC_SECTIONS = NO
140 ENUM_VALUES_PER_LINE = 4
141 GENERATE_TREEVIEW = NO
143 #---------------------------------------------------------------------------
144 # configuration options related to the LaTeX output
145 #---------------------------------------------------------------------------
148 LATEX_CMD_NAME = latex
149 MAKEINDEX_CMD_NAME = makeindex
157 LATEX_HIDE_INDICES = NO
158 #---------------------------------------------------------------------------
159 # configuration options related to the RTF output
160 #---------------------------------------------------------------------------
165 RTF_STYLESHEET_FILE =
166 RTF_EXTENSIONS_FILE =
167 #---------------------------------------------------------------------------
168 # configuration options related to the man page output
169 #---------------------------------------------------------------------------
174 #---------------------------------------------------------------------------
175 # configuration options related to the XML output
176 #---------------------------------------------------------------------------
181 XML_PROGRAMLISTING = YES
182 #---------------------------------------------------------------------------
183 # configuration options for the AutoGen Definitions output
184 #---------------------------------------------------------------------------
185 GENERATE_AUTOGEN_DEF = NO
186 #---------------------------------------------------------------------------
187 # configuration options related to the Perl module output
188 #---------------------------------------------------------------------------
189 GENERATE_PERLMOD = NO
192 PERLMOD_MAKEVAR_PREFIX =
193 #---------------------------------------------------------------------------
194 # Configuration options related to the preprocessor
195 #---------------------------------------------------------------------------
196 ENABLE_PREPROCESSING = YES
198 EXPAND_ONLY_PREDEF = NO
199 SEARCH_INCLUDES = YES
201 INCLUDE_FILE_PATTERNS =
204 SKIP_FUNCTION_MACROS = YES
205 #---------------------------------------------------------------------------
206 # Configuration::additions related to external references
207 #---------------------------------------------------------------------------
211 EXTERNAL_GROUPS = YES
212 PERL_PATH = /usr/bin/perl
213 #---------------------------------------------------------------------------
214 # Configuration options related to the dot tool
215 #---------------------------------------------------------------------------
218 HIDE_UNDOC_RELATIONS = YES
221 COLLABORATION_GRAPH = YES
224 TEMPLATE_RELATIONS = NO
226 INCLUDED_BY_GRAPH = YES
229 GRAPHICAL_HIERARCHY = YES
230 DIRECTORY_GRAPH = YES
231 DOT_IMAGE_FORMAT = png
234 DOT_GRAPH_MAX_NODES = 50
235 MAX_DOT_GRAPH_DEPTH = 1000
237 DOT_MULTI_TARGETS = NO
238 GENERATE_LEGEND = YES
240 #---------------------------------------------------------------------------
241 # Configuration::additions related to the search engine
242 #---------------------------------------------------------------------------