Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
add_special_RDOCLINK()
public
Adds a special for links of the form rdoc-…:
# File lib/rdoc/markup/formatter.rb, line 82
def add_special_RDOCLINK
@markup.add_special(/rdoc-[a-z]+:[^\s\]]+/, :RDOCLINK)
end