Skip to content

Commit 37e7b2c

Browse files
committed
Try to remove deps
1 parent a282c44 commit 37e7b2c

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.hdoc.toml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ git_default_branch = "feature/doc"
1212
compile_commands = "build/compile_commands.json"
1313
output_dir = "hdoc-output"
1414

15-
#[ignore]
16-
#paths = [
17-
# "/tests/"
18-
#]
19-
20-
[includes]
15+
[ignore]
16+
ignore_private_members = true
2117
paths = [
22-
"src/",
23-
]
18+
# "tests",
19+
"_deps/",
20+
21+
]
22+
23+
#[includes]
24+
#paths = [
25+
# "src/",
26+
#]

0 commit comments

Comments
 (0)