Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2021 11:21:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 258624] devel/glib20: missing gtk-doc documentation
Message-ID:  <bug-258624-39348-JfsEZ9HqzN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258624-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258624-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team)
<desktop@FreeBSD.org> for maintainer-feedback:
Bug 258624: devel/glib20: missing gtk-doc documentation
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258624



--- Description ---
Hello.

glib-2.68.4/meson_options.txt includes gtk_doc option.

option('gtk_doc',
       type : 'boolean',
       value : false,
       description : 'use gtk-doc to build documentation')

With this option, html files can be produced.

MESON_ARGS=3D	-Db_lundef=3Dfalse \
		-Ddefault_library=3Dboth \
		-Dinstalled_tests=3Dfalse \
		-Dlibmount=3Ddisabled \
		-Dlocalstatedir=3D/var \
		-Dselinux=3Ddisabled \
		-Dxattr=3Dfalse \
		-Dgtk_doc=3Dtrue
ex)
/usr/ports/devel/glib20/work/stage/usr/local/share/gtk-doc/html % ls
gio	glib	gobject
...
usr/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html
usr/local/share/gtk-doc/html/glib/glib-URI-Functions.html
usr/local/share/gtk-doc/html/glib/Sorted_binary_tree_preorder.svg
usr/local/share/gtk-doc/html/glib/glib-String-Chunks.html
usr/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html
usr/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html
...

These files are very useful when using devhelp.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258624-39348-JfsEZ9HqzN>