-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminidoc.toml
More file actions
38 lines (34 loc) · 985 Bytes
/
Copy pathminidoc.toml
File metadata and controls
38 lines (34 loc) · 985 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
38
[project]
name = "MiniPixels"
description = "API and implementation reference for the MiniLang pixel-oriented 2D game engine, including rendering, assets, input, audio, scenes, animation, collision, and world helpers."
entry = "src/minipixels.ml"
source_roots = ["src"]
include = ["src"]
exclude = ["build", "dist", "docs/api", "examples", "tests", "benchmarks"]
target = "windows-x64"
[documentation]
include_internal = true
reachable_only = false
strict = true
dependencies = "summary"
contract_warnings = "public"
summary_quality_warnings = "public"
duplicate_summary_threshold = 3
page_granularity = "container"
[output]
formats = ["html", "markdown"]
html_dir = "docs/api/html"
markdown_dir = "docs/api/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]
repository = "https://github.com/MiniLangProject/MiniPixels"
ref = "main"