-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
41 lines (35 loc) · 1.56 KB
/
Doxyfile
File metadata and controls
41 lines (35 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "ModuloArduino"
PROJECT_BRIEF = "Módulo Arduino - IFSPresente"
OUTPUT_DIRECTORY = docs
GENERATE_HTML = YES
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
DOXYFILE_ENCODING = UTF-8
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = src include docs .
FILE_PATTERNS = *.h *.hpp *.c *.cpp *.ino *.dox
EXTENSION_MAPPING = ino=C++
RECURSIVE = YES
#---------------------------------------------------------------------------
# Configuration options related to the diagrams
#---------------------------------------------------------------------------
HAVE_DOT = YES
DOT_NUM_THREADS = 2
CALL_GRAPH = YES
CALLER_GRAPH = YES
CLASS_DIAGRAMS = YES
DOT_IMAGE_FORMAT = svg
INTERACTIVE_SVG = YES
IMAGE_PATH = docs/img
HTML_EXTRA_FILES = docs/img/*.png docs/img/*.jpg
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_TREEVIEW = YES
FULL_SIDEBAR = YES