libamxrt  0.4.2
Ambiorix Run Time Library
Doxyfile
Go to the documentation of this file.
1 #---------------------------------------------------------
2 # Project related configuration options
3 #---------------------------------------------------------
4 
5 PROJECT_NAME = libamxrt
6 PROJECT_NUMBER = 0.4.2
7 PROJECT_BRIEF = "Ambiorix Run Time Library"
8 PROJECT_LOGO =
9 USE_MDFILE_AS_MAINPAGE = ./README.md
10 OUTPUT_DIRECTORY = __html
11 HTML_OUTPUT = doxygen
12 TAB_SIZE = 8
13 OPTIMIZE_OUTPUT_FOR_C = YES
14 INTERNAL_DOCS = YES
15 
16 #---------------------------------------------------------
17 # Configuration options related to source browsing
18 #---------------------------------------------------------
19 
20 INLINE_SOURCES = YES
21 SOURCE_BROWSER = YES
22 FILE_PATTERNS = *
23 RECURSIVE = YES
24 EXCLUDE = obj dist .git __html __ktags
25 EXCLUDE_SYMLINKS = YES
26 EXCLUDE_PATTERNS = *.a *.d *.o *.so *.so.* *.sw* *.out *-build
27 EXTRACT_ALL = YES
28 EXTRACT_STATIC = YES
29 EXTRACT_ANON_NSPACES = YES
30 EXTRACT_LOCAL_CLASSES = YES
31 SHOW_INCLUDE_FILES = YES
32 
33 #---------------------------------------------------------
34 # Configuration options related to the preprocessor
35 #---------------------------------------------------------
36 
37 ENABLE_PREPROCESSING = YES
38 MACRO_EXPANSION = YES
39 SKIP_FUNCTION_MACROS = NO
40 INCLUDE_PATH =
41 
42 #---------------------------------------------------------
43 # Configuration options related to the dot tool
44 #---------------------------------------------------------
45 
46 # CLASS_DIAGRAMS = YES
47 # HAVE_DOT = YES
48 # DOT_NUM_THREADS = 4
49 # CLASS_GRAPH = YES
50 # COLLABORATION_GRAPH = YES
51 # GROUP_GRAPHS = YES
52 # HIDE_UNDOC_RELATIONS = NO
53 INCLUDE_GRAPH = NO
54 INCLUDED_BY_GRAPH = NO
55 # CALL_GRAPH = YES
56 # CALLER_GRAPH = YES
57 
58 #---------------------------------------------------------
59 # Configuration options related to the HTML output
60 #---------------------------------------------------------
61 
62 GENERATE_HTML = YES
63 HTML_TIMESTAMP = YES
64 GENERATE_TREEVIEW = YES
65 SEARCHENGINE = YES
66 GENERATE_LATEX = NO
67 
68 #EOF