From: Gary Wright Date: 2007-04-30T11:52:54+09:00 Subject: rdoc markup question Is there a way to disable rdoc's automatic cross referencing of method names? I've got a method named 'null' but I don't want every instance of the word 'null' in the comments to be hyperlinked to the method definition. I tried writing '\null' or 'n\ull' but then the backslash shows up in the comments. Similarly I also found that when I have XML strings in the comments I can either use "\" and have the \ show up in the comments or have "" and have the rdoc parser die on me. Any suggestions? Gary Wright