I'm currently trying to Rdoc a large project. After a great deal of typing
documentation for each .rb (well over a hundred!), I have discovered that
Rdoc is not documenting anyting inbetween =being and =end. Is there a reason
for this? Is there a way to tell it to do so?
Also, for some reason --and at this point I have no idea why, RDoc is not
adding any methods. All I get is a top description (if not using =begin =end)
and then a list of method names (which end in a trailing comma), e.g.
On Dec 6, 2004, at 8:03 PM, trans. (T. Onoma) wrote:
I'm currently trying to Rdoc a large project. After a great deal of typing
documentation for each .rb (well over a hundred!), I have discovered that
Rdoc is not documenting anyting inbetween =being and =end. Is there a reason
for this? Is there a way to tell it to do so?
I'm currently trying to Rdoc a large project. After a great deal of typing
documentation for each .rb (well over a hundred!), I have discovered that
Rdoc is not documenting anyting inbetween =being and =end. Is there a reason
for this? Is there a way to tell it to do so?
=begin rdoc
=end
That way it can coexist with other uses of =begin/=end
Also, for some reason --and at this point I have no idea why, RDoc is not
adding any methods. All I get is a top description (if not using =begin =end)
and then a list of method names (which end in a trailing comma), e.g.
Are you using a recent RDoc?
Cheers
Dave
···
On Dec 6, 2004, at 20:03, trans. (T. Onoma) wrote:
No - that's a current vintage. If you still see the problem, why not ship me a file that exhibits the problem (of post a one or two method snippet here) and I'll have a look.
Cheers
Dave
···
On Dec 8, 2004, at 23:18, trans. (T. Onoma) wrote: