From: James Mead Date: 2007-10-08T01:47:38+09:00 Subject: Supressing RDoc links ------=_Part_36772_20403535.1191775655903 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I recently noticed some anomalies in the Mocha RDoc. Within a method RDoc comment, any word that happens to be the same as a method in the same class gets turned into a link. You can see an example [2] with the word "once" and another [3] with the words "yields", "times" and "with". Does anyone know how to stop these words incorrectly being made into hyper-links...? Thanks. -- James. http://blog.floehopper.org http://tumble.floehopper.org [1] http://mocha.rubyforge.org [2] http://mocha.rubyforge.org/classes/Mocha/Expectation.html#M000021 [3] http://mocha.rubyforge.org/classes/Mocha/Expectation.html#M000026 ------=_Part_36772_20403535.1191775655903--