Fixed some POD formatting.

This commit is contained in:
JT Smith 2002-12-17 00:39:48 +00:00
parent 50948d36d6
commit 005e2eb8aa
28 changed files with 148 additions and 159 deletions

View file

@ -23,6 +23,10 @@ use WebGUI::URL;
Package WebGUI::Paginator
=head1 DESCRIPTION
Package that paginates rows of arbitrary data for display on the web.
=head1 SYNOPSIS
use WebGUI::Paginator;
@ -43,10 +47,6 @@ Package WebGUI::Paginator
$html = $p->getPageLinks;
$html = $p->getPreviousPageLink;
=head1 DESCRIPTION
Package that paginates rows of arbitrary data for display on the web.
=head1 METHODS
These methods are available from this class: