I'm using RDoc for the first time, and I've run into one issue that's a bit bothersome. I have a line in my class documentation like the following:
# * callingState
I also have a class in that same project called State. When I generate the documentation for my project using RDoc, it links the "State" part of the line above to my State object.
I'd prefer to not have it behave this way. Is there any way to stop this link from being automatically created by RDoc? A quick Google search hasn't yielded any results, but I may just be searching using the wrong terms.