How to disable rdoc method autolink

This documentation

   http://api.rubyonrails.com/classes/ActiveRecord/NamedScope/ClassMethods.html#M001243

has some autolinked "scopes" that are just regular English. Reason is
there's a scopes method, see the bottom of the page.

Is there a way to prevent those autolinks with markup? I've checked
the docs and the source code to no avail.

The rdoc-2.0.0 gem supports this by prefixing with \.

···

On Jun 28, 2008, at 16:23 PM, Xavier Noria wrote:

This documentation

  http://api.rubyonrails.com/classes/ActiveRecord/NamedScope/ClassMethods.html#M001243

has some autolinked "scopes" that are just regular English. Reason is
there's a scopes method, see the bottom of the page.

Is there a way to prevent those autolinks with markup? I've checked
the docs and the source code to no avail.