Bump to 1.8
authorDaniel Gryniewicz <dang@gentoo.org>
Mon, 19 Feb 2007 22:12:55 +0000 (22:12 +0000)
committerDaniel Gryniewicz <dang@gentoo.org>
Mon, 19 Feb 2007 22:12:55 +0000 (22:12 +0000)
commit421e32a9d26261ee3a42758a132b75495a70df30
tree68a5a94c1b03eb0e86c01e429fe0065d1f29fbc0
parent5e2b51aed1d950eabac1213610555e24f2a1e369
Bump to 1.8
 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.

Package-Manager: portage-2.1.2-r9
dev-util/gtk-doc/ChangeLog
dev-util/gtk-doc/files/digest-gtk-doc-1.8 [new file with mode: 0644]
dev-util/gtk-doc/gtk-doc-1.8.ebuild [new file with mode: 0644]