Skip to content

Commit

Permalink
fix doc build (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand authored Sep 17, 2023
1 parent 8325de6 commit c6f3926
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/src/doc/constants_reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Constants

### Gtk4

```@autodocs
Modules = [Gtk4]
Order = [:constant]
```

### Gtk4.GdkPixbufLib

```@autodocs
Modules = [Gtk4.GdkPixbufLib]
Order = [:constant]
```

### Gtk4.GLib

```@autodocs
Modules = [Gtk4.GLib]
Order = [:constant]
```

0 comments on commit c6f3926

Please sign in to comment.