Open
Description
How to reproduce:
Create the following files:
# test.rb
module TestModule
TEST_CONSTANT = 1108
def test_instance_method
end
end
<!-- test.md -->
TestModule
TestModule::TEST_CONSTANT
TestModule#test_instance_method
Run the command:
rdoc test.rb test.md
Then, use a browser to open doc/test_md.html
.