-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (52 loc) · 2.05 KB
/
mkdocs.yml
File metadata and controls
56 lines (52 loc) · 2.05 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
site_name: "Environment Model API documentation"
theme:
name: material
plugins:
- search
- mkdoxy:
projects:
environment-model:
src-dirs: "src include"
full-doc: True
doxy-cfg:
FILE_PATTERNS: "*.cpp *.h*"
RECURSIVE: True
EXTRACT_ALL: True
EXTRACT_PACKAGE: True
EXTRACT_STATIC: True
EXTRACT_ANON_NSPACES: True
JAVADOC_AUTOBRIEF: True
TEMPLATE_RELATIONS: True
nav:
- Home:
- "index.md"
- "License": "LICENSE"
- "cpp.md"
- "cpp_dev.md"
- "git.md"
- "nix.md"
- "python.md"
- "python_dev.md"
- "doc.md"
- API Documentation:
- "Links": "environment-model/links.md"
- "Classes":
- "Class List": "environment-model/annotated.md"
- "Class Index": "environment-model/classes.md"
- "Class Hierarchy": "environment-model/hierarchy.md"
- "Class Members": "environment-model/class_members.md"
- "Class Member Functions": "environment-model/class_member_functions.md"
- "Class Member Variables": "environment-model/class_member_variables.md"
- "Class Member Typedefs": "environment-model/class_member_typedefs.md"
- "Class Member Enumerations": "environment-model/class_member_enums.md"
- "Namespaces":
- "Namespace List": "environment-model/namespaces.md"
- "Namespace Members": "environment-model/namespace_members.md"
- "Namespace Member Functions": "environment-model/namespace_member_functions.md"
- "Namespace Member Variables": "environment-model/namespace_member_variables.md"
- "Namespace Member Typedefs": "environment-model/namespace_member_typedefs.md"
- "Namespace Member Enumerations": "environment-model/namespace_member_enums.md"
- "Functions": "environment-model/functions.md"
- "Variables": "environment-model/variables.md"
- "Macros": "environment-model/macros.md"
- "Files": "environment-model/files.md"