3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = "Contiki 2.4"
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = NO
12 BRIEF_MEMBER_DESC = YES
15 ALWAYS_DETAILED_SEC = NO
16 INLINE_INHERITED_MEMB = NO
18 STRIP_FROM_PATH = $(docroot)
19 STRIP_FROM_INC_PATH = $(docroot)
21 JAVADOC_AUTOBRIEF = YES
22 MULTILINE_CPP_IS_BRIEF = NO
25 DISTRIBUTE_GROUP_DOC = NO
28 OPTIMIZE_OUTPUT_FOR_C = YES
29 OPTIMIZE_OUTPUT_JAVA = NO
31 #---------------------------------------------------------------------------
32 # Build related configuration options
33 #---------------------------------------------------------------------------
37 EXTRACT_LOCAL_CLASSES = NO
38 EXTRACT_LOCAL_METHODS = NO
39 HIDE_UNDOC_MEMBERS = YES
40 HIDE_UNDOC_CLASSES = YES
41 HIDE_FRIEND_COMPOUNDS = NO
42 HIDE_IN_BODY_DOCS = NO
44 CASE_SENSE_NAMES = YES
46 SHOW_INCLUDE_FILES = YES
48 SORT_MEMBER_DOCS = YES
50 SORT_BY_SCOPE_NAME = NO
51 GENERATE_TODOLIST = YES
52 GENERATE_TESTLIST = YES
54 GENERATE_DEPRECATEDLIST= NO
56 MAX_INITIALIZER_LINES = 30
58 SHOW_DIRECTORIES = YES
60 #---------------------------------------------------------------------------
61 # configuration options related to warning and progress messages
62 #---------------------------------------------------------------------------
65 WARN_IF_UNDOCUMENTED = NO
66 WARN_IF_DOC_ERROR = YES
68 WARN_FORMAT = "$file:$line: $text"
69 WARN_LOGFILE = doxygen.log
70 #---------------------------------------------------------------------------
71 # configuration options related to the input files
72 #---------------------------------------------------------------------------
75 FILE_PATTERNS = *.h *.c *.doc.html *.txt
80 EXAMPLE_PATH = . ../examples/rime ../examples/multi-threading
82 EXAMPLE_RECURSIVE = NO
86 FILTER_SOURCE_FILES = NO
87 #---------------------------------------------------------------------------
88 # configuration options related to source browsing
89 #---------------------------------------------------------------------------
92 STRIP_CODE_COMMENTS = NO
93 REFERENCED_BY_RELATION = YES
94 REFERENCES_RELATION = YES
95 VERBATIM_HEADERS = YES
96 #---------------------------------------------------------------------------
97 # configuration options related to the alphabetical class index
98 #---------------------------------------------------------------------------
99 ALPHABETICAL_INDEX = YES
100 COLS_IN_ALPHA_INDEX = 5
102 #---------------------------------------------------------------------------
103 # configuration options related to the HTML output
104 #---------------------------------------------------------------------------
107 HTML_FILE_EXTENSION = .html
111 HTML_ALIGN_MEMBERS = YES
112 GENERATE_HTMLHELP = YES
119 ENUM_VALUES_PER_LINE = 4
120 GENERATE_TREEVIEW = YES
122 #---------------------------------------------------------------------------
123 # configuration options related to the LaTeX output
124 #---------------------------------------------------------------------------
125 GENERATE_LATEX = $(doclatex)
127 LATEX_CMD_NAME = latex
128 MAKEINDEX_CMD_NAME = makeindex
136 LATEX_HIDE_INDICES = NO
137 #---------------------------------------------------------------------------
138 # configuration options related to the RTF output
139 #---------------------------------------------------------------------------
144 RTF_STYLESHEET_FILE =
145 RTF_EXTENSIONS_FILE =
146 #---------------------------------------------------------------------------
147 # configuration options related to the man page output
148 #---------------------------------------------------------------------------
153 #---------------------------------------------------------------------------
154 # configuration options related to the XML output
155 #---------------------------------------------------------------------------
160 XML_PROGRAMLISTING = YES
161 #---------------------------------------------------------------------------
162 # configuration options for the AutoGen Definitions output
163 #---------------------------------------------------------------------------
164 GENERATE_AUTOGEN_DEF = NO
165 #---------------------------------------------------------------------------
166 # configuration options related to the Perl module output
167 #---------------------------------------------------------------------------
168 GENERATE_PERLMOD = NO
171 PERLMOD_MAKEVAR_PREFIX =
172 #---------------------------------------------------------------------------
173 # Configuration options related to the preprocessor
174 #---------------------------------------------------------------------------
175 ENABLE_PREPROCESSING = YES
177 EXPAND_ONLY_PREDEF = NO
178 SEARCH_INCLUDES = YES
180 INCLUDE_FILE_PATTERNS =
181 PREDEFINED = CC_FUNCTION_POINTER_ARGS \
185 "ASCCMD(name, flags, args)=void CMD_ASCII(name)"
187 SKIP_FUNCTION_MACROS = YES
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 = NO
206 TEMPLATE_RELATIONS = NO
208 INCLUDED_BY_GRAPH = NO
210 GRAPHICAL_HIERARCHY = NO
212 DOT_IMAGE_FORMAT = png
215 MAX_DOT_GRAPH_WIDTH = 1024
216 MAX_DOT_GRAPH_HEIGHT = 1024
217 MAX_DOT_GRAPH_DEPTH = 0
219 DOT_MULTI_TARGETS = NO
220 GENERATE_LEGEND = YES
222 #---------------------------------------------------------------------------
223 # Configuration::additions related to the search engine
224 #---------------------------------------------------------------------------