[RDOC] Using a template causes rdoc not to document some classes

D

Daniel Berger

Hi all,

Windows XP Pro
ruby 1.8.2 (2004-07-29) [i386-mswin32]

I'm trying to use RDoc to document my html-table package. If I use
the default template, everything works fine. However, if I try a
custom template (I tried with 'kilmer' and others), it fails to
document some of the classes.

Here's the exact command I'm running:

C:\eclipse\workspace\html-table\lib\html>rdoc -S -T kilmer
...\..\README attribute_handler.rb html_handler.rb caption.rb
colgroup.rb col.rb row.rb header.rb data.rb tablesection.rb head.rb
foot.rb body.rb

If I remove the "-T kilmer" it works fine and documents all of the
classes as expected. Any ideas?

Regards,

Dan

PS: To see this for yourself, you'll need the CVS version of
html-table. You can get the current version of html-table as follows.

cvs -d:pserver:[email protected]:/cvsroot/ruby-miscutils
login

cvs -z3 -d:pserver:[email protected]:/cvsroot/ruby-miscutils
co modulename
 
D

Dave Thomas

I'm trying to use RDoc to document my html-table package. If I use
the default template, everything works fine. However, if I try a
custom template (I tried with 'kilmer' and others), it fails to
document some of the classes.

Probably means that the kilmer template hasn't been updated. E-mail me
a class that doesn't get documented and I'll see what's going on.


Cheers

Dave
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top