Skip to content

Commit 5523522

Browse files
Use gi-docgen for all the bindings except cairo/graphene
1 parent f5ad70c commit 5523522

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

gio/Gir.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ girs_directories = ["../gir-files"]
33
library = "Gio"
44
version = "2.0"
55
min_cfg_version = "2.56"
6+
use_gi_docgen = true
67
target_path = "."
78
work_mode = "normal"
89
single_version_file = true

glib/Gir.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ girs_directories = ["../gir-files"]
33
library = "GLib"
44
version = "2.0"
55
min_cfg_version = "2.56"
6+
use_gi_docgen = true
67
target_path = "."
78
work_mode = "normal"
89
single_version_file = true

pangocairo/Gir.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
girs_directories = ["../gir-files"]
33
library = "PangoCairo"
44
version = "1.0"
5+
use_gi_docgen = true
56
target_path = "."
67
work_mode = "normal"
78
generate_safety_asserts = false

0 commit comments

Comments
 (0)