changed POD formatting

This commit is contained in:
JT Smith 2004-09-14 02:22:38 +00:00
parent bf5a0145ae
commit 2b6eb201a9
55 changed files with 1188 additions and 3220 deletions

View file

@ -65,14 +65,10 @@ sub getList {
Returns a hash containing a single database link.
=over
=item databaseLinkId
=head3 databaseLinkId
A valid databaseLinkId
=back
=cut
sub get {
@ -85,14 +81,10 @@ sub get {
Returns an array of hashrefs containing items which use a database link. This method will
need to be updated any time a new item starts using Database Links.
=over
=item databaseLinkId
=head3 databaseLinkId
A valid databaseLinkId
=back
=cut
sub whatIsUsing {
@ -178,14 +170,10 @@ sub dbh {
Constructor.
=over
=item databaseLinkId
=head3 databaseLinkId
The databaseLinkId of the databaseLink you're creating an object reference for.
=back
=cut
sub new {