Information of arguments of subroutines and functions in Fortran95
# File rdoc/parsers/parse_f95.rb, line 1671
def initialize(varname, types, inivalue, arraysuffix, comment,
nodoc=false)
@varname = varname
@types = types
@inivalue = inivalue
@arraysuffix = arraysuffix
@comment = comment
@nodoc = nodoc
end
Comments