-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doxyfile
26 lines (23 loc) · 826 Bytes
/
Doxyfile
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 information
PROJECT_NAME = "BootloaderMedium"
PROJECT_NUMBER = 1.0
PROJECT_BRIEF = "A frimware upgrade medium based on STM32373xx to upload frimware through bootloader to the host device STMF405."
# Input and output directories
INPUT = Src Inc Tests
OUTPUT_DIRECTORY = docs
# Documentation format and style
GENERATE_HTML = YES
HTML_OUTPUT = .
# HTML_STYLESHEET = doxygen.css
# HTML_EXTRA_STYLESHEET = mystyle.css
GENERATE_LATEX = NO
# LATEX_OUTPUT = latex
# LATEX_CMD_NAME = pdflatex
# Other options
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
#EXAMPLE_RECURSIVE = YES
#EXAMPLE_PATTERNS = *
#EXAMPLE_PATH = examples
RECURSIVE = YES