This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
83cc5ce4c5
meson
/
test cases
/
frameworks
/
10 gtk-doc
/
doc
/
meson.build
4 lines
88 B
Meson
Raw
Normal View
History
Unescape
Escape
Can generate gtkdoc documentation.
2015-07-30 05:52:44 +08:00
gnome
=
import
(
'gnome'
)
Allow more than one install script and make gtkdoc method return one.
2015-07-30 07:01:47 +08:00
gnome
.
gtkdoc
(
'foobar'
,
src_dir
:
'../include'
,
install
:
true
)