-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (37 loc) · 1.05 KB
/
mkdocs.yml
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
site_name: HAN-IoT-LAB2324 | LoRaWAN Payload Encoder
theme:
name: material
palette:
primary: 'blue grey'
accent: 'orange'
font:
text: 'Roboto'
code: 'Roboto Mono'
plugins:
- mkdoxy:
projects:
Doxygen:
src-dirs:
include/
test/
full-doc: True
doxy-cfg:
FILE_PATTERNS: "*.cpp *.hpp"
RECURSIVE: True
nav:
- Home: index.md
- CayenneLPP Library: CayenneLPP_page.md
- 'Doxygen Documentation':
- 'Namespaces': 'Doxygen/namespaces.md'
- 'Classes': 'Doxygen/classes.md'
- 'Hierarchy': 'Doxygen/hierarchy.md'
- 'Files': 'Doxygen/files.md'
- header: Doxygen\_cayenne_l_p_p_8hpp.md
- src: Doxygen\_cayenne_l_p_p_8hpp_source.md
- header types: Doxygen\_cayenne_references_8hpp.md
- src types: Doxygen\_cayenne_references_8hpp_source.md
- Unit Testing: Unit_tests_overview.md
- Decoder: TTN_decoder.md
- README: 'cp_README.md'
copyright:
Copyright (c) 2024 March by Klaasjan Wagenaar, Tristan Bosveld and Richard Kroesen