summaryrefslogtreecommitdiff
path: root/lib/rdoc/parser
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
commit3e92b635fb5422207b7bbdc924e292e51e21f040 ()
tree584f90b868188077c435bf144e15e66540a73acd /lib/rdoc/parser
parentf6f7073e125ff903b77b8cb982a7417d96d51902 (diff)
Add frozen_string_literal: false for all files
When you change this to true, you may need to add more tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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.
#