Files | Admin

Notes:

Release Name: 0.0.1

Notes:
"rdoc-f95" is an improved "rdoc" for 
generation of documents of Fortran 90/95 programs.
Differences to the original one are given below. 

* Modification of "parser/f95.rb" 
  * The Fortran 90/95 parse script "parser/f95.rb"
    (In rdoc-f95, old name "parsers/parse_f95.rb" is used yet) is modified 
    in order to parse almost all entities of the Fortran 90/95 Standard. 

* Addition of --ignore-case option
  * In the Fortran 90/95 Standard, upper case letters are not
    distinguished from lower case letters, although original RDoc
    produces case-dependently cross-references of Class and
    Methods. When this options is specified, upper cases are not
    distinguished from lower cases.

* Cross-reference of file names
  * Cross-reference of file names is available as well as modules,
    subroutines, and so on.

* Modification of --style option
  * Original RDoc can not treat relative path
    stylesheet. Application of this patch modifies this function.

* Conversion of TeX formula into MathML
  * TeX formula can be converted into MathML format with ―mathml
    option, if MathML library for Ruby version 0.6b ― 0.8 is
    installed. This library is available from Bottega of Hiraku
    <http://www.hinet.mydns.jp/~hiraku/> (only JAPANESE).
    See RDoc::Markup::ToXHtmlTexParser about
    format.

Note that some files are old because RDoc of SVN latest version at
2008-03-08 was improved. 




Changes: Initial release