r18296 - in /trunk/libgtk2-imageview-perl: AnimView.xs DrawCache.xs IImageTool.xs ImageToolPainter.xs ImageView.xs

ra28145-guest at users.alioth.debian.org ra28145-guest at users.alioth.debian.org
Thu Apr 3 20:46:53 UTC 2008


Author: ra28145-guest
Date: Thu Apr  3 20:46:52 2008
New Revision: 18296

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18296
Log:
Fixing documentation bug

Modified:
    trunk/libgtk2-imageview-perl/AnimView.xs
    trunk/libgtk2-imageview-perl/DrawCache.xs
    trunk/libgtk2-imageview-perl/IImageTool.xs
    trunk/libgtk2-imageview-perl/ImageToolPainter.xs
    trunk/libgtk2-imageview-perl/ImageView.xs

Modified: trunk/libgtk2-imageview-perl/AnimView.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/AnimView.xs?rev=18296&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/AnimView.xs (original)
+++ trunk/libgtk2-imageview-perl/AnimView.xs Thu Apr  3 20:46:52 2008
@@ -4,6 +4,9 @@
 MODULE = Gtk2::ImageView::Anim  PACKAGE = Gtk2::ImageView::Anim  PREFIX = gtk_anim_view_
 
 =for object Gtk2::ImageView::Anim Subclass of Gtk2::ImageView capable of playing GIF animations.
+=cut
+
+=for position DESCRIPTION
 
 =head1 DESCRIPTION
 

Modified: trunk/libgtk2-imageview-perl/DrawCache.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/DrawCache.xs?rev=18296&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/DrawCache.xs (original)
+++ trunk/libgtk2-imageview-perl/DrawCache.xs Thu Apr  3 20:46:52 2008
@@ -153,6 +153,9 @@
 MODULE = Gtk2::Gdk::Pixbuf::Draw::Cache  PACKAGE = Gtk2::Gdk::Pixbuf::Draw::Cache  PREFIX = gdk_pixbuf_draw_cache_
 
 =for object Gtk2::Gdk::Pixbuf::Draw::Cache - Cache for drawing scaled pixbufs
+=cut
+
+=for position DESCRIPTION
 
 =head1 DESCRIPTION
 

Modified: trunk/libgtk2-imageview-perl/IImageTool.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/IImageTool.xs?rev=18296&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/IImageTool.xs (original)
+++ trunk/libgtk2-imageview-perl/IImageTool.xs Thu Apr  3 20:46:52 2008
@@ -3,6 +3,9 @@
 MODULE = Gtk2::ImageView::Tool  PACKAGE = Gtk2::ImageView::Tool  PREFIX = gtk_iimage_tool_
 
 =for object Gtk2::ImageView::Tool
+=cut
+
+=for position DESCRIPTION
 
 =head1 DESCRIPTION
 

Modified: trunk/libgtk2-imageview-perl/ImageToolPainter.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/ImageToolPainter.xs?rev=18296&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/ImageToolPainter.xs (original)
+++ trunk/libgtk2-imageview-perl/ImageToolPainter.xs Thu Apr  3 20:46:52 2008
@@ -3,6 +3,8 @@
 
 MODULE = Gtk2::ImageView::Tool::Painter  PACKAGE = Gtk2::ImageView::Tool::Painter  PREFIX = gtk_image_tool_painter_
 
+=for object Gtk2::ImageView::Tool
+=cut
 
 GtkIImageTool *
 gtk_image_tool_painter_new (class, view)

Modified: trunk/libgtk2-imageview-perl/ImageView.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/ImageView.xs?rev=18296&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/ImageView.xs (original)
+++ trunk/libgtk2-imageview-perl/ImageView.xs Thu Apr  3 20:46:52 2008
@@ -7,10 +7,11 @@
 #include "boot.xsh"
 
 =for object Gtk2::ImageView General purpose image viewer for Gtk+
-
 =cut
 
 =for position SYNOPSIS
+
+=head1 SYNOPSIS
 
  use Gtk2::ImageView;
  Gtk2->init;




More information about the Pkg-perl-cvs-commits mailing list