Skip to content

Commit c0e7acf

Browse files
docs: generate API docs (#6)
Co-authored-by: haithium <128622475+haithium@users.noreply.github.com>
1 parent 75dccff commit c0e7acf

5 files changed

Lines changed: 5 additions & 10 deletions

File tree

docs/api/device.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
title: "device"
23
description: "One Linux input event returned by `Device:read()`."
34
---
45

5-
# `device`
6-
76
One Linux input event returned by `Device:read()`.
87

98
## Functions

docs/api/devices.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
title: "devices"
23
description: "Input device discovery helpers."
34
---
45

5-
# `devices`
6-
76
Input device discovery helpers.
87

98
```lua

docs/api/events.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
title: "events"
23
description: "Event value constants and event predicates."
34
---
45

5-
# `events`
6-
76
Event value constants and event predicates.
87

98
```lua

docs/api/selector.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
title: "selector"
23
description: "Selector for polling and reading from multiple devices."
34
---
45

5-
# `selector`
6-
76
Selector for polling and reading from multiple devices.
87

98
## Functions

docs/api/uinput.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
title: "uinput"
23
description: "Configuration used to create a `/dev/uinput` virtual device."
34
---
45

5-
# `uinput`
6-
76
Configuration used to create a `/dev/uinput` virtual device.
87

98
## Functions

0 commit comments

Comments
 (0)