[BioRuby-cvs] bioruby README.DEV,1.3,1.4

Katayama Toshiaki k at pub.open-bio.org
Mon Nov 7 20:41:12 EST 2005


Update of /home/repository/bioruby/bioruby
In directory pub.open-bio.org:/tmp/cvs-serv25468

Modified Files:
	README.DEV 
Log Message:
* added == References field in RDoc template


Index: README.DEV
===================================================================
RCS file: /home/repository/bioruby/bioruby/README.DEV,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README.DEV	4 Nov 2005 17:31:32 -0000	1.3
--- README.DEV	8 Nov 2005 01:41:10 -0000	1.4
***************
*** 53,59 ****
  
    #
!   # = bio/foo/bar.rb - foo bar class
    #
!   # Copyright::	Copyright (C) 2005
    #		Bio R. Hacker <brh at example.org>,
    #		Chem R. Hacker <crh at example.org>
--- 53,59 ----
  
    #
!   # = bio/db/hoge.rb - Hoge database parser
    #
!   # Copyright::	Copyright (C) 2001, 2005
    #		Bio R. Hacker <brh at example.org>,
    #		Chem R. Hacker <crh at example.org>
***************
*** 64,73 ****
    # == Blah blah blah
    #
!   # blah blah blah ...
    #
!   # === Examples
    #
!   #   hoge = Bio::Foo::Bar.new
!   #   puts hoge.fuga
    #
    #--
--- 64,79 ----
    # == Blah blah blah
    #
!   # See http://hoge.db/ for more details on the Hoge databse.
!   # ... blah blah blah ...
    #
!   # == Examples
    #
!   #   hoge = Bio::Hoge.new(entry)
!   #   puts hoge.entry_id
!   #   puts hoge.definition
!   #
!   # == References
!   #
!   # * Hoge F. et al., The Hoge database, Nucleic. Acid. Res. 123:100--123 (2030)
    #
    #--



More information about the bioruby-cvs mailing list