From: Xavier Noria Date: 2008-06-29T08:23:40+09:00 Subject: 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.