[ANN] rdoc 3.3 Released

E

Eric Hodel

rdoc version 3.3 has been released!

* https://github.com/rdoc/rdoc/
* http://rdoc.rubyforge.org/
* https://github.com/rdoc/rdoc/issues

RDoc produces HTML and command-line documentation for Ruby projects. =
RDoc
includes the +rdoc+ and +ri+ tools for generating and displaying online
documentation.

See RDoc for a description of RDoc's markup and basic use.

Changes:

### 3.3 / 2010-01-03

* Minor enhancements
* The coverage report can now report undocumented method parameters
including methods defined in C.

`rdoc -C` gives a standard report, `rdoc -C1` includes
method parameters. Method parameters are considered documented if =
they're
marked-up with +, <code> or <tt>.
* The C parser now uses "*args instead of "=85" if no
call-seq was provided to give names to the arguments.
* Bug fixes
* The C parser now records the file location of aliases, attributes,
constants and methods allowing -C to work on C files.
* Darkfish now handles dots in call-seq allowing ary.insert(index,
obj=85) to display correctly. Patch #6 by KUBO Takehiro.
* Improved processing of meta-programmed methods when followed by =
unparseable
syntax. RubyForge patch #28653 by Aidan Cully.
* rdoc now touches the flag file when it create the output directory.
Prevents the "isn't an RDoc directory" error if rdoc crashes.
* RDoc now properly converts to the expected output encoding. =
RubyForge bug
#28791 by Dzmitry Prakapenka.
* Restored parsing of block comments. RubyForge bug #28668 by Stefano =
Crocco.
* Metaprogrammed methods defined with blocks no longer confuse the =
ruby
parser. RubyForge bug #28370 by Erik Hollensbe.
* ri no longer displays all methods in the inheritance chain.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] rdoc 3.1 Released 0
[ANN] rdoc 3.5 Released 0
[ANN] rdoc 3.6 Released 4
[ANN] rdoc 3.5.2 Released 0
[ANN] RDoc 3 6
[ANN] rdoc 3.4 Released 0
[ANN] rdoc 2.5 Released 7
[ANN] rdoc 3.2 Released 0

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top