mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
docs: Fix interface prefix for D-Bus docs
The --interface-prefix= gtk-doc argument was being passed a stringified array instead of a simple string. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/644
This commit is contained in:
parent
74905f3edc
commit
17e32bf16d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ foreach iface : ifaces
|
|||
output: 'doc-gen-' + iface[1],
|
||||
command: [
|
||||
'gdbus-codegen',
|
||||
'--interface-prefix=@0@.'.format(iface),
|
||||
'--interface-prefix=@0@.'.format(iface[0]),
|
||||
'--generate-docbook', 'doc-gen',
|
||||
'--output-directory', '@OUTDIR@',
|
||||
'@INPUT@'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue