Skip to content
Snippets Groups Projects
Commit ceba1e0a authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

POD corrections

parent de55403a
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,6 @@
Bio::EnsEMBL::IdMapping::Cache - a cache to hold data objects used by the
IdMapping application
=head1 SYNOPSIS
=head1 DESCRIPTION
=head1 METHODS
......@@ -1298,37 +1296,12 @@ sub slice_names {
} ## end sub slice_names
=head2 logger
Arg[1] :
Example :
Description :
Return type :
Exceptions :
Caller :
Status :
=cut
sub logger {
my $self = shift;
$self->{'logger'} = shift if (@_);
return $self->{'logger'};
}
=head2 conf
Arg[1] :
Example :
Description :
Return type :
Exceptions :
Caller :
Status :
=cut
sub conf {
my $self = shift;
$self->{'conf'} = shift if (@_);
......
......@@ -35,8 +35,6 @@ in the database should inherit from this class. It provides two
getter/setters: dbID() adaptor(). And a is_stored() method that can be
used to determine if an object is already stored in a database.
=head1 METHODS
=cut
use strict;
......@@ -54,7 +52,6 @@ use Scalar::Util qw(weaken);
Arg [-ADAPTOR] : Bio::EnsEMBL::DBSQL::BaseAdaptor
Arg [-dbID] : database internal id
Example : none
Caller : internal calls
Description : create a new Storable object
Returntype : Bio::EnsEMBL::Storable
......@@ -84,7 +81,6 @@ sub new {
=head2 dbID
Arg [1] : int $dbID
Example : none
Description: getter/setter for the database internal id
Returntype : int
Exceptions : none
......@@ -104,7 +100,6 @@ sub dbID {
=head2 adaptor
Arg [1] : Bio::EnsEMBL::DBSQL::BaseAdaptor $adaptor
Example : none
Description: get/set for this objects Adaptor
Returntype : Bio::EnsEMBL::DBSQL::BaseAdaptor
Exceptions : none
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment