forked from thermohub/thermofun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hdoc.toml
32 lines (28 loc) · 772 Bytes
/
.hdoc.toml
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
[project]
name = "thermofun"
version = "0.4.2"
# Optional, adding this will enable direct links from the documentation
# to your source code.
git_repo_url = "https://github.com/thermohub/thermofun/"
git_default_branch = "master"
[paths]
compile_commands = "build/compile_commands.json"
# output_dir = "docs/hdoc-output"
[pages]
homepage = "docs/index.md"
[ignore]
# Symbols from any of the following path fragments will be ignored
ignore_private_members = true
paths = [
"/python/",
"/pytests/",
"/tests/",
"/Common/",
"OptimizationUtils.h",
"/Substances/Solvent/Reaktoro/",
"/Substances/Gases/s_solmod_.cpp",
"/Substances/Gases/s_solmod_.h",
"/Substances/Gases/s_solmod2_.cpp",
"/Substances/Gases/verror.h"
# more paths can be added as needed
]