Commit graph

9 commits

Author SHA1 Message Date
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
1a99a862f6 Unconditionally remove the share/gtk-doc directory. No other packages are
using it.
2003-04-30 17:37:37 +00:00
jlam
c0eccacb64 Use buildlink2. 2002-09-21 11:00:47 +00:00
rh
6cc6d01a65 Add a buildlink2.mk defaulting to a build dependency 2002-09-14 07:25:26 +00:00
wiz
e7f602ac32 Don't @dirrm share/gtk-doc, it's shared with other packages that don't
depend on this one (e.g., devel/atk, devel/pango).
2002-07-26 00:45:06 +00:00
schmonz
a77b81c7cd Update my email address. 2002-07-22 00:13:13 +00:00
martti
77bc71c576 Updated gtk-doc to 0.9 (privided by Amitai Schlair in pkg/15484)
* examples/Makefile.am: added SCANOBJ_OPTIONS in case the module needs
  to pass options to gtkdoc-scanobj or gtkdoc-scangobj.

* tools/gtk-doc.el: added Zucchi's emacs lisp for automatically adding
  skeleton comment blocks above functions. Very handy!

* gtkdoc-scangobj.in: we now default to calling g_type_init() to
  initialize the type system, rather than gtk_init(). This means you
  don't need an X connection to build the docs any more. Hurrah!
  Also added a '--type-init-func' argument so you can change the
  function to be called. GTK+ uses --type-init-func="gtk_type_init(0)".

* gtkdoc-scan.in (ScanHeader): removed 'Found object' debug message.
2002-02-05 11:11:03 +00:00
martti
1196c05431 Added gtk-doc-0.8 (provided by Amitai Schlair in pkg/15071)
The GTK+ Reference Documentation Project (RDP) aims to provide a
complete set of reference material for the GLib, GDK, and GTK+
libraries.

It is created using the gtk-doc system, which parses C header files
and creates 'template' files which are then filled in by the authors.
These template files are then converted into DocBook SGML, and from
there to HTML or printed output.
2002-01-31 08:13:06 +00:00