We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a282c44 commit 37e7b2cCopy full SHA for 37e7b2c
.hdoc.toml
@@ -12,12 +12,15 @@ git_default_branch = "feature/doc"
12
compile_commands = "build/compile_commands.json"
13
output_dir = "hdoc-output"
14
15
-#[ignore]
16
-#paths = [
17
-# "/tests/"
18
-#]
19
-
20
-[includes]
+[ignore]
+ignore_private_members = true
21
paths = [
22
- "src/",
23
-]
+# "tests",
+ "_deps/",
+
+]
+#[includes]
24
+#paths = [
25
+# "src/",
26
+#]
0 commit comments