-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
26 lines (22 loc) · 705 Bytes
/
Copy pathDoxyfile
File metadata and controls
26 lines (22 loc) · 705 Bytes
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
# Project Metadata
PROJECT_NAME = "Pot Controlled PWM"
PROJECT_NUMBER = 1.0.0
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRECTORIES = NO
# Input Settings
INPUT = main components README.md
RECURSIVE = YES
EXCLUDE = build managed_components
# C-Specific Optimizations
OPTIMIZE_OUTPUT_FOR_C = YES
EXTRACT_ALL = YES
EXTRACT_STATIC = YES
TYPEDEF_HIDES_STRUCT = YES
# Visuals and Graphs (Requires 'graphviz' installed on your OS)
HAVE_DOT = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES
DOT_IMAGE_FORMAT = svg
INTERACTIVE_SVG = YES
# Markdown Support
USE_MDRIP = YES