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

POD correction for _id_cache that was breaking Doxygen render.

parent 59b5603b
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,12 @@ Bio::EnsEMBL::DBSQL::BaseAdaptor - Base Adaptor for DBSQL adaptors
$adaptor->db();
# constructor, ok for inheritence
$adaptor = Bio::EnsEMBL::DBSQL::SubClassOfBaseAdaptor->new($dbobj)
$adaptor = Bio::EnsEMBL::DBSQL::SubClassOfBaseAdaptor->new($dbobj);
=head1 DESCRIPTION
This is a true base class for Adaptors in the Ensembl DBSQL
system. Original idea from Arne
system.
Adaptors are expected to have the following functions
......@@ -800,7 +800,7 @@ sub last_insert_id {
also respects the DBAdaptor's no_cache() flag and will
return undef in those situations
Example : my $cache = $self->_id_cache();
Returntype : Bio:EnsEMBL::DBSQL::Support::BaseCache
Returntype : Bio::EnsEMBL::DBSQL::Support::BaseCache
=cut
......
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