From: Dave Thomas Date: 2002-09-23T21:50:19+09:00 Subject: Re: class documentation GOTO Kentaro writes: > By the way, what is easier way to prepare documentation in some > natural languages, e.g., English and Japanese, with RDoc? > In the case of RD, I can extract RD from a.rb by > > % ruby -e 'print if /^=begin/.../^=end/' a.rb > > and then I translate it into Japanese. Would it be useful to have rdoc understand =begin rdoc ... =end I'm not a big used of =begin/=end, so I'll rely on the opinion of others here. Dave