[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How do I suppress links to code names in rdoc documentation?

billmcn

6/8/2006 7:25:00 PM

I am using rdoc to generate documentation for my ruby module. My
module contains a class called Treebank. In the README I use the word
"Treebank", but this isn't in reference to the class, so I don't want
rdoc to generate a link to it. Is it possible to suppress this link
generation?

I'm imagining some kind of "don't link to this" markup I can put around
the word "Treebank" in the README. I searched the rdoc markup
documentaion but couldn't find anything.

Thanks.
-wpm