summaryrefslogtreecommitdiff
path: root/lib/rdoc/parser
diff options
context:
space:
mode:
-rw-r--r--lib/rdoc/parser/c.rb1
-rw-r--r--lib/rdoc/parser/changelog.rb1
-rw-r--r--lib/rdoc/parser/markdown.rb1
-rw-r--r--lib/rdoc/parser/rd.rb1
-rw-r--r--lib/rdoc/parser/ruby.rb1
-rw-r--r--lib/rdoc/parser/ruby_tools.rb1
-rw-r--r--lib/rdoc/parser/simple.rb1
-rw-r--r--lib/rdoc/parser/text.rb1
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.
#