summaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parsers/parse_f95.rb
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-02 06:01:12 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-02 06:01:12 +0000
commit815c3462a5db37ae83fc25f3a6dba382af2beb71 (patch)
treec2d59557f5341202c22bf05448bebaad3df40a19 /lib/rdoc/parsers/parse_f95.rb
parenta04f95c800e7d9bc80e601675518a77b73cd98ab (diff)
downloadruby-815c3462a5db37ae83fc25f3a6dba382af2beb71.tar.gz
ruby-815c3462a5db37ae83fc25f3a6dba382af2beb71.tar.xz
ruby-815c3462a5db37ae83fc25f3a6dba382af2beb71.zip
Finish documenting internal stuff. See Changelog for other details
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/parsers/parse_f95.rb')
-rw-r--r--lib/rdoc/parsers/parse_f95.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rdoc/parsers/parse_f95.rb b/lib/rdoc/parsers/parse_f95.rb
index 3adf29d93..518e421c6 100644
--- a/lib/rdoc/parsers/parse_f95.rb
+++ b/lib/rdoc/parsers/parse_f95.rb
@@ -32,8 +32,9 @@ module RDoc
parse_files_matching(/\.(f9(0|5)|F)$/)
# prepare to parse a Fortran 95 file
- def initialize(top_level, file_name, body, options)
+ def initialize(top_level, file_name, body, options, stats)
@body = body
+ @stats = stats
@options = options
@top_level = top_level
@progress = $stderr unless options.quiet