-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminidoc-std.toml
More file actions
37 lines (33 loc) · 827 Bytes
/
Copy pathminidoc-std.toml
File metadata and controls
37 lines (33 loc) · 827 Bytes
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
[project]
name = "MiniLang Standard Library"
description = "Cross-platform standard-library API shared by both MiniLang compiler implementations."
entry = "std/core.ml"
source_roots = ["std"]
include = ["."]
exclude = ["build", "docs/api"]
target = "windows-x64"
[documentation]
include_internal = false
reachable_only = false
strict = true
dependencies = "none"
contract_warnings = "public"
summary_quality_warnings = "public"
duplicate_summary_threshold = 3
page_granularity = "container"
[output]
formats = ["html", "markdown"]
html_dir = "docs/api/std/html"
markdown_dir = "docs/api/std/markdown"
markdown_profile = "repository"
include_timestamp = false
[graphs]
imports = true
calls = true
types = true
format = "svg"
max_nodes = 300
granularity = "package"
hide_empty = true
[links]
revision = "shared-stdlib-1.2.4"