Skip to content

Commit 16a6bb4

Browse files
doc auto flow support
1 parent 54ba613 commit 16a6bb4

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

Doxyfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
PROJECT_NAME = "Embedded Common Tools"
2+
INPUT = lib
3+
RECURSIVE = YES
4+
5+
EXTRACT_ALL = YES
6+
EXTRACT_STATIC = YES
7+
EXTRACT_PRIVATE = NO
8+
9+
GENERATE_HTML = NO
10+
GENERATE_LATEX = NO
11+
GENERATE_XML = YES
12+
XML_OUTPUT = xml
13+
14+
QUIET = YES
15+
WARNINGS = NO

doxybook.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"input": "xml",
3+
"output": "documentation/api",
4+
"format": "md",
5+
6+
"structure": {
7+
"readme": "API Reference",
8+
"summary": "API Summary"
9+
},
10+
11+
"folders": {
12+
"files": "files",
13+
"classes": "classes",
14+
"namespaces": "namespaces"
15+
},
16+
17+
"markdown": {
18+
"includeIndex": true,
19+
"indexFileName": "index"
20+
}
21+
}

0 commit comments

Comments
 (0)