From d2e16dc7f3f0fa3ff7a79dc078b09867f038d6de Mon Sep 17 00:00:00 2001
From: Alessandro Vullo <avullo@ebi.ac.uk>
Date: Thu, 11 Dec 2014 13:39:56 +0000
Subject: [PATCH] Documentation.

---
 modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
index a2b9dc9abf..dc5898401c 100644
--- a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
@@ -1143,11 +1143,9 @@ sub fetch_all {
 
   Arg [1]    : string $genome_component_name
                The name of the genome component to retrieve slices of.
-
-  Example    : 
-
-  Description: 
-
+  Example    : @slices = @{$slice_adaptor->fetch_all_by_genome_component('A')};
+  Description: Returns the list of all top level slices for a a given 
+               genome component
   Returntype : listref of Bio::EnsEMBL::Slices
   Exceptions : If argument is not provided or is not a valid genome
                component
-- 
GitLab