A
Austin Ziegler
It was recently pointed out to me that documentation for Text::Format
was missing from my website. I tracked this down to a change in
#:nodoc:
I have the following:
module Text #:nodoc:
# ri-documentation
class Format
end
end
In the past, this would generate documentation for Text::Format, but
not for Text -- which is simply a namespace for Text::Format in any
case.
Now, it prevents the documentation of Text::Format; removing the
#:nodoc: from the "module Text" line generates the documentation. This
is visible with the CVS HEAD version of Text::Format
pserver:[email protected]:/var/cvs/text-format, module
text-format).
-austin
was missing from my website. I tracked this down to a change in
#:nodoc:
I have the following:
module Text #:nodoc:
# ri-documentation
class Format
end
end
In the past, this would generate documentation for Text::Format, but
not for Text -- which is simply a namespace for Text::Format in any
case.
Now, it prevents the documentation of Text::Format; removing the
#:nodoc: from the "module Text" line generates the documentation. This
is visible with the CVS HEAD version of Text::Format
pserver:[email protected]:/var/cvs/text-format, module
text-format).
-austin