Class | RDoc::Fortran95parser::Fortran95Definition |
In: |
parsers/parse_f95.rb
|
Parent: | Object |
Information of arguments of subroutines and functions in Fortran95
# File parsers/parse_f95.rb, line 2635 2635: def initialize(varname, types, inivalue, arraysuffix, comment, 2636: nodoc=false, doc_priority=50) 2637: @varname = varname 2638: @types = types 2639: @inivalue = inivalue 2640: @arraysuffix = arraysuffix 2641: @comment = comment 2642: @nodoc = nodoc 2643: @doc_priority = doc_priority 2644: end