Skip to content

Commit

Permalink
Update release notes type files.
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Apr 8, 2008
1 parent 405e65c commit 9acdbde
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
=== 2.0.0 / 2008-??-??

* N Major Enhancements:
* Renamespaced everything RDoc under the RDoc module.
* New `ri` implementation.
* N Minor Enhancements:
* Switched to an ERb-based TemplatePage, see RDoc::
60 changes: 60 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
History.txt
Manifest.txt
README.txt
Rakefile
bin/rdoc
bin/ri
lib/rdoc.rb
lib/rdoc/README
lib/rdoc/code_objects.rb
lib/rdoc/diagram.rb
lib/rdoc/dot.rb
lib/rdoc/generator.rb
lib/rdoc/generator/chm.rb
lib/rdoc/generator/chm/chm.rb
lib/rdoc/generator/html.rb
lib/rdoc/generator/html/hefss.rb
lib/rdoc/generator/html/html.rb
lib/rdoc/generator/html/kilmer.rb
lib/rdoc/generator/html/one_page_html.rb
lib/rdoc/generator/ri.rb
lib/rdoc/generator/xml.rb
lib/rdoc/generator/xml/rdf.rb
lib/rdoc/generator/xml/xml.rb
lib/rdoc/markup.rb
lib/rdoc/markup/formatter.rb
lib/rdoc/markup/fragments.rb
lib/rdoc/markup/inline.rb
lib/rdoc/markup/lines.rb
lib/rdoc/markup/preprocess.rb
lib/rdoc/markup/to_flow.rb
lib/rdoc/markup/to_html.rb
lib/rdoc/markup/to_html_crossref.rb
lib/rdoc/markup/to_latex.rb
lib/rdoc/markup/to_test.rb
lib/rdoc/options.rb
lib/rdoc/parsers/parse_c.rb
lib/rdoc/parsers/parse_f95.rb
lib/rdoc/parsers/parse_rb.rb
lib/rdoc/parsers/parse_simple.rb
lib/rdoc/parsers/parserfactory.rb
lib/rdoc/rdoc.rb
lib/rdoc/ri.rb
lib/rdoc/ri/cache.rb
lib/rdoc/ri/descriptions.rb
lib/rdoc/ri/display.rb
lib/rdoc/ri/driver.rb
lib/rdoc/ri/formatter.rb
lib/rdoc/ri/paths.rb
lib/rdoc/ri/reader.rb
lib/rdoc/ri/util.rb
lib/rdoc/ri/writer.rb
lib/rdoc/stats.rb
lib/rdoc/template.rb
lib/rdoc/tokenstream.rb
test/test_rdoc_c_parser.rb
test/test_rdoc_markup.rb
test/test_rdoc_markup_attribute_manager.rb
test/test_rdoc_ri_attribute_formatter.rb
test/test_rdoc_ri_formatter.rb
test/test_rdoc_ri_overstrike_formatter.rb
12 changes: 12 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@

* http://rubyforge.org/projects/rdoc/

== DESCRIPTION:

RDoc is an application that produces documentation for one or more Ruby source
files. RDoc includes the `rdoc` and `ri` tools for generating and displaying
online documentation.

== LICENSE:

RDoc is Copyright (c) 2001-2003 Dave Thomas, The Pragmatic Programmers,
(c) 2007-2008 Eric Hodel. It is free software, and may be redistributed under
the terms specified in the README file of the Ruby distribution.

0 comments on commit 9acdbde

Please sign in to comment.