rdoc icon indicating copy to clipboard operation
rdoc copied to clipboard

Support document for __LINE__, __FILE__, __END__

Open zzak opened this issue 12 years ago • 1 comments

This is from Bug #8157.

zzak avatar Jun 02 '13 03:06 zzak

Looking at this again, it is rather difficult to fix. These are all keywords, not methods, so there's nothing to link to. I'm unsure how to add them as a link target, but I'll leave this open in case I get an idea.

You can wrap them like <code>__FILE__</code>, but not +__FILE__+ (adding the latter seems to much of a special case to add).

drbrain avatar Jun 28 '13 20:06 drbrain