| Class | RDoc::Fortran95parser::Fortran95Definition |
| In: |
rdoc/parsers/parse_f95.rb
|
| Parent: | Object |
Information of arguments of subroutines and functions in Fortran95
| arraysuffix | [R] | Suffix of array |
| comment | [RW] | Comments |
| inivalue | [R] | Initial Value |
| nodoc | [RW] | Flag of non documentation |
| types | [R] | Types of variable |
| varname | [R] | Name of variable |
# File rdoc/parsers/parse_f95.rb, line 1673 def initialize(varname, types, inivalue, arraysuffix, comment, nodoc=false) @varname = varname @types = types @inivalue = inivalue @arraysuffix = arraysuffix @comment = comment @nodoc = nodoc end
ruby-doc.org is a service of James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.