Dave Thomas <dave / pragprog.com> wrote: > Now that ri and rdoc are integrated, could you just rdoc your source > tree and generate the html from that? It's hyperlinked, colorized, > etc... As a matter of fact I did so yesterday with exactly that purpose [rdoc -d -o ../../rdoc], but probably at the root of the wrong tree :-) I'll try again at the root of the source tree. > You probably don't want to touch RiDisplay at all. You need to write a > new formatter (have a look at ri_formatter/HtmlFormatter for some > hints) I'll do. Thanks.