diff options
-rw-r--r-- | lib/rdoc/parser/c.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/changelog.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/markdown.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/rd.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/ruby.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/ruby_tools.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/simple.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/parser/text.rb | 1 |
8 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,4 @@ require 'tsort' ## @@ -1,3 +1,4 @@ require 'time' ## @@ -1,3 +1,4 @@ ## # Parse a Markdown format file. The parsed RDoc::Markup::Document is attached # as a file comment. @@ -1,3 +1,4 @@ ## # Parse a RD format file. The parsed RDoc::Markup::Document is attached as a # file comment. @@ -1,3 +1,4 @@ ## # This file contains stuff stolen outright from: # @@ -1,3 +1,4 @@ ## # Collection of methods for writing parsers against RDoc::RubyLex and # RDoc::RubyToken @@ -1,3 +1,4 @@ ## # Parse a non-source file. We basically take the whole thing as one big # comment. @@ -1,3 +1,4 @@ ## # Indicates this parser is text and doesn't contain code constructs. # |