diff options
author | drochner <drochner> | 2007-04-10 17:38:27 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-04-10 17:38:27 +0000 |
commit | bae4e293e66b87665a9a1af62880e3f9fa33bbac (patch) | |
tree | 1fdce858e81e0bfe9a79263f7e39b225afbe8cf8 /textproc/gtk-doc/PLIST | |
parent | b46deeac7d7d1b996ebe879cd42b770c62086847 (diff) | |
download | pkgsrc-bae4e293e66b87665a9a1af62880e3f9fa33bbac.tar.gz |
update to 1.8
pkgsrc change: make SGML output optional, off per default, which saves
the heavyweight dependency on jade
other changes:
o Made it easier to include example code in the source code comment blocks.
"|[ ... ]|" can be used to delineate example code (it just gets converted
to "<informalexample><programlisting>"), and most of the text in example
code is left as it is. The only thing that is still expanded is
'#' to allow links to a symbol's documentation, e.g. '#GtkWidget'.
o Made the field widths wider for the HTML output, so it looks a bit nicer.
o Added a '--rebuild-sections' option to gtkdoc-scan to automatically rebuild
the MODULE-sections.txt file. This only works if all the header files are
organized neatly and functions don't need rearranging in the docs.
o Added a '--rebuild-types' option to gtkdoc-scan to automatically rebuild
the MODULE.types file, so you don't need to add new types manually.
o Leave CDATA sections as they are, in the extra XML content files and within
source code comment blocks.
o Allow the section id and #include's to be set within the "SECTION:" comment
block, using "@Section_ID:xxx" and "@Include:".
o Added "--default-includes" option to specify the default #include's (for
people who are using --rebuild-sections and so can't specify it in
MODULE-sections.txt).
o Added a '--query-child-properties' argument to help document child
properties of arbitrary GObjects (used by things like canvas widgets).
o Fixed documentation of signals of interfaces.
Diffstat (limited to 'textproc/gtk-doc/PLIST')
-rw-r--r-- | textproc/gtk-doc/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/gtk-doc/PLIST b/textproc/gtk-doc/PLIST index 254a66ac465..8639613d311 100644 --- a/textproc/gtk-doc/PLIST +++ b/textproc/gtk-doc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2006/08/06 09:35:53 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.11 2007/04/10 17:38:29 drochner Exp $ bin/gtkdoc-fixxref bin/gtkdoc-mkdb bin/gtkdoc-mkhtml @@ -33,7 +33,6 @@ share/sgml/gtk-doc/gtk-doc.cat @dirrm share/omf/gtk-doc @comment in scrollkeeper: @dirrm share/omf @dirrm share/gtk-doc/data -@dirrm share/gtk-doc @dirrm share/gnome/help/gtk-doc-manual/C @dirrm share/gnome/help/gtk-doc-manual @comment in gnome2-dirs: @dirrm share/gnome/help |