-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdockle.toml
More file actions
30 lines (27 loc) · 788 Bytes
/
Copy pathdockle.toml
File metadata and controls
30 lines (27 loc) · 788 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
[project]
name = "libdisplaydevice"
version = "0.0.0"
description = "C++ library to modify display devices."
repository = "https://github.com/LizardByte/libdisplaydevice"
logo = "https://raw.githubusercontent.com/LizardByte/.github/refs/heads/master/branding/logos/logo.svg"
[build]
output = "_site"
work = ".dockle"
strict = true
clean = true
[[targets]]
name = "api"
title = "libdisplaydevice documentation"
framework = "doxygen"
source = "."
home = true
[targets.doxygen]
inputs = ["README.md", "src"]
extra_stylesheets = [
"https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.920.12131/dist/crowdin-dockle-css.css",
]
extra_javascript = [
"https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.920.12131/dist/crowdin.js",
"docs/crowdin.js",
]
main_page = "README.md"