summaryrefslogtreecommitdiffstats
path: root/lib/rdoc/options.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-10 03:59:08 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-10 03:59:08 +0000
commit09b0654870a102f58002e59b28e4d607552914f1 (patch)
treed6669b04050c3ac4281651be447dd7d5f57463ea /lib/rdoc/options.rb
parentd89bda76aa331e9f89779981346677c4e8e719e9 (diff)
downloadruby-09b0654870a102f58002e59b28e4d607552914f1.tar.gz
ruby-09b0654870a102f58002e59b28e4d607552914f1.tar.xz
ruby-09b0654870a102f58002e59b28e4d607552914f1.zip
* lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.
* lib/rdoc/generator/html.rb: Pull out ContextUser classes and related methods for reuse. * lib/rdoc/generator.rb: Move ContextUser classes to RDoc::Generator::Context for reuse. * lib/rdoc/rdoc.rb: Make RDoc::RDoc initialization a little easier. * lib/rdoc/options.rb: Make RDoc::Options easier to use without parsing an ARGV. * lib/rdoc/markup/to_*.rb: Subclass RDoc::Markup::Formatter. * lib/rdoc/markup/formatter.rb: Add RDoc::Markup::Formatter to make RDoc markup conversion easier. * lib/rdoc/markup/fragments.rb: Make RDoc::Markup::ListItem easier to test. * lib/rdoc/markup/to_html_hyperlink.rb: Pulled out of the HTML generator for easier reusability. * lib/rdoc/markup.rb: Fix bug with labeled lists containing bullet lists. * lib/rdoc/generators/html/html.rb: Fix Constant display. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/options.rb')
-rw-r--r--lib/rdoc/options.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rdoc/options.rb b/lib/rdoc/options.rb
index bc1408063..364cd61d3 100644
--- a/lib/rdoc/options.rb
+++ b/lib/rdoc/options.rb
@@ -49,7 +49,7 @@ class RDoc::Options
##
# The list of files to be processed
- attr_reader :files
+ attr_accessor :files
##
# Scan newer sources than the flag file if true.
@@ -74,7 +74,7 @@ class RDoc::Options
##
# Should source code be included inline, or displayed in a popup
- attr_reader :inline_source
+ attr_accessor :inline_source
##
# Name of the file, class or module to display in the initial index page (if