M
Michael Neumann
Hi,
If I've following file test.rb:
# this is my class
class MyClass
...
end
# other class
class OtherClass
end
and run rdoc over it, the comment for MyClass is also the comment for
the test.rb file. I'd like more if there were in this case no comment
for test.rb, or better, if the classes defined in this file were listed.
To document test.rb, you'd have to write:
# documentation
# for test.rb
# this is my class
class MyClass
...
Regards,
Michael
If I've following file test.rb:
# this is my class
class MyClass
...
end
# other class
class OtherClass
end
and run rdoc over it, the comment for MyClass is also the comment for
the test.rb file. I'd like more if there were in this case no comment
for test.rb, or better, if the classes defined in this file were listed.
To document test.rb, you'd have to write:
# documentation
# for test.rb
# this is my class
class MyClass
...
Regards,
Michael