[BioRuby-cvs] bioruby/lib/bio/appl/blast format0.rb, 1.15, 1.16 wublast.rb, 1.3, 1.4

Naohisa Goto ngoto at pub.open-bio.org
Tue Nov 1 00:32:25 EST 2005


Update of /home/repository/bioruby/bioruby/lib/bio/appl/blast
In directory pub.open-bio.org:/tmp/cvs-serv6747/d/blast

Modified Files:
	format0.rb wublast.rb 
Log Message:
changed RDoc: removed many #:nodoc:
fixed some RDoc syntax mistakes.


Index: wublast.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/blast/wublast.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** wublast.rb	31 Oct 2005 19:24:14 -0000	1.3
--- wublast.rb	1 Nov 2005 05:32:23 -0000	1.4
***************
*** 37,42 ****
  require 'bio/appl/blast/format0'
  
! module Bio #:nodoc:
!   class Blast #:nodoc:
      module WU #:nodoc:
  
--- 37,42 ----
  require 'bio/appl/blast/format0'
  
! module Bio
!   class Blast
      module WU #:nodoc:
  

Index: format0.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/blast/format0.rb,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** format0.rb	31 Oct 2005 19:22:27 -0000	1.15
--- format0.rb	1 Nov 2005 05:32:23 -0000	1.16
***************
*** 46,51 ****
  require 'bio/io/flatfile'
  
! module Bio #:nodoc:
!   class Blast #:nodoc:
      module Default #:nodoc:
  
--- 46,51 ----
  require 'bio/io/flatfile'
  
! module Bio
!   class Blast
      module Default #:nodoc:
  



More information about the bioruby-cvs mailing list