[240/906] Build gtk-docs for plugins.

Add include to otherwise empty .types file to fix the scanner build.
Edit Makefile.am, .sections, -docs.sgml to scan all plugins and include
them in the master file. Fix xml errors in two sources (missing closing
tag).
This commit is contained in:
Stefan Kost 2008-10-04 22:34:07 +03:00 committed by Matthew Waters
parent 1a7d45a789
commit b81469f93e
2 changed files with 3 additions and 1 deletions

View File

@ -26,8 +26,9 @@
* <refsect2> * <refsect2>
* <title>Scaling and Color space conversion</title> * <title>Scaling and Color space conversion</title>
* <para> * <para>
* Equivalent to glupload ! gldownload. * Equivalent to glupload ! gldownload.
* </para> * </para>
* </refsect2>
* <refsect2> * <refsect2>
* <title>Examples</title> * <title>Examples</title>
* |[ * |[

View File

@ -30,6 +30,7 @@
* When needed, the color space conversion is made in a fragment shader using * When needed, the color space conversion is made in a fragment shader using
* one frame buffer object instance. * one frame buffer object instance.
* </para> * </para>
* </refsect2>
* <refsect2> * <refsect2>
* <title>Examples</title> * <title>Examples</title>
* |[ * |[