r687 - in packages/libpdf-api2-perl/trunk/lib/PDF/API2: . Basic/TTF Resource Resource/XObject/Image

Gunnar Wolf gwolf@costa.debian.org
Wed, 09 Feb 2005 00:58:20 +0100


Author: gwolf
Date: 2005-02-09 00:58:19 +0100 (Wed, 09 Feb 2005)
New Revision: 687

Modified:
   packages/libpdf-api2-perl/trunk/lib/PDF/API2/Basic/TTF/Table.pm
   packages/libpdf-api2-perl/trunk/lib/PDF/API2/Content.pm
   packages/libpdf-api2-perl/trunk/lib/PDF/API2/Resource/BaseFont.pm
   packages/libpdf-api2-perl/trunk/lib/PDF/API2/Resource/XObject/Image/JPEG.pm
Log:
Fixed some POD syntax errors


Modified: packages/libpdf-api2-perl/trunk/lib/PDF/API2/Basic/TTF/Table.pm
===================================================================
--- packages/libpdf-api2-perl/trunk/lib/PDF/API2/Basic/TTF/Table.pm	2005-02-08 23:45:42 UTC (rev 686)
+++ packages/libpdf-api2-perl/trunk/lib/PDF/API2/Basic/TTF/Table.pm	2005-02-08 23:58:19 UTC (rev 687)
@@ -343,7 +343,7 @@
 
 Releases ALL of the memory used by this table, and all of its component/child
 objects.  This method is called automatically by
-'C<PDF::API2::Basic::TTF::Font-E<GT>release>' (so you don't have to call it yourself).
+'C<PDF::API2::Basic::TTF::Font-E<gt>release>' (so you don't have to call it yourself).
 
 B<NOTE>, that it is important that this method get called at some point prior
 to the actual destruction of the object.  Internally, we track things in a

Modified: packages/libpdf-api2-perl/trunk/lib/PDF/API2/Content.pm
===================================================================
--- packages/libpdf-api2-perl/trunk/lib/PDF/API2/Content.pm	2005-02-08 23:45:42 UTC (rev 686)
+++ packages/libpdf-api2-perl/trunk/lib/PDF/API2/Content.pm	2005-02-08 23:58:19 UTC (rev 687)
@@ -1647,7 +1647,7 @@
 
 Options
 
-=ovar 4
+=over 4
 
 =item -indent
 

Modified: packages/libpdf-api2-perl/trunk/lib/PDF/API2/Resource/BaseFont.pm
===================================================================
--- packages/libpdf-api2-perl/trunk/lib/PDF/API2/Resource/BaseFont.pm	2005-02-08 23:45:42 UTC (rev 686)
+++ packages/libpdf-api2-perl/trunk/lib/PDF/API2/Resource/BaseFont.pm	2005-02-08 23:58:19 UTC (rev 687)
@@ -78,6 +78,8 @@
     return($self);
 }
 
+=over 4
+
 =item $font = PDF::API2::Resource::BaseFont->new_api $api, $name
 
 Returns a font resource object. This method is different from 'new' that

Modified: packages/libpdf-api2-perl/trunk/lib/PDF/API2/Resource/XObject/Image/JPEG.pm
===================================================================
--- packages/libpdf-api2-perl/trunk/lib/PDF/API2/Resource/XObject/Image/JPEG.pm	2005-02-08 23:45:42 UTC (rev 686)
+++ packages/libpdf-api2-perl/trunk/lib/PDF/API2/Resource/XObject/Image/JPEG.pm	2005-02-08 23:58:19 UTC (rev 687)
@@ -53,7 +53,7 @@
 
 PDF::API2::Resource::XObject::Image::JPEG - JPEG-Image object for PDF::API2
 
-=SYNOPSIS
+=head1 SYNOPSIS
 
  $res = PDF::API2::Resource::XObject::Image::JPEG->new $pdf, $file [, $name]