[rdoc] horizontal lines not working

J

Joel VanderWerf

RDoc's horizontal line feature seems to have broken recently (maybe
since 1.8.4?.

$ cat README
= Title

Should get a horizontal line after this paragraph.

----

This text is not shown!

$ rdoc README

README:
Generating HTML...

Files: 1
Classes: 0
Modules: 0
Methods: 0
Elapsed: 0.124s
$ grep shown doc/**/*.html
$
$ ruby -v
ruby 1.8.4 (2005-12-24) [i686-linux]
$ rdoc -v
RDoc V1.0.1 - 20041108

The html output is missing the horiz line and everything after it.

Can anyone confirm this?

The rdoc I'm using is the one that came with ruby.
 
J

Joel VanderWerf

I case anyone is interested, I sent a patch to ruby-core:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/7651

(The problem only affects horiz lines in plain text files, not in .rb
files.)

Joel said:
RDoc's horizontal line feature seems to have broken recently (maybe
since 1.8.4?.

$ cat README
= Title

Should get a horizontal line after this paragraph.

----

This text is not shown!

$ rdoc README

README:
Generating HTML...

Files: 1
Classes: 0
Modules: 0
Methods: 0
Elapsed: 0.124s
$ grep shown doc/**/*.html
$
$ ruby -v
ruby 1.8.4 (2005-12-24) [i686-linux]
$ rdoc -v
RDoc V1.0.1 - 20041108

The html output is missing the horiz line and everything after it.

Can anyone confirm this?

The rdoc I'm using is the one that came with ruby.
 

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.6 Released 4
[ANN] rdoc 3.5 Released 0
[ANN] rdoc 3.1 Released 0
[ANN] RDoc 2.2.0 released 19
[ANN] rdoc 2.3.0 Released 0
[ANN] rdoc 2.4.0 Released 9
RDoc & Proc constants 0
[ANN] rdoc 2.1.0 Released 24

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top