summaryrefslogtreecommitdiff
path: root/textproc/gtk-doc
AgeCommit message (Collapse)AuthorFilesLines
2002-09-14Add a buildlink2.mk defaulting to a build dependencyrh1-0/+19
2002-07-26Don't @dirrm share/gtk-doc, it's shared with other packages that don'twiz1-2/+2
depend on this one (e.g., devel/atk, devel/pango).
2002-07-22Update my email address.schmonz1-2/+2
2002-02-05Updated gtk-doc to 0.9 (privided by Amitai Schlair in pkg/15484)martti2-5/+5
* 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-01-31Added gtk-doc-0.8 (provided by Amitai Schlair in pkg/15071)martti4-0/+43
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.