You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug can be reproduced by generating the RDoc for this script:
classFoo# This is not linked:# <tt>.bar.hello()</tt>## But these are linked:# <tt>.bar.hello(\)</tt># <tt>.bar.hello(\\\\)</tt>deffoo# Hello from bardefbarendend
The generated RDoc HTML looks like this. Notice how the backslash causes the monofont to generate a link to Foo#bar:
I cannot find a way to prevent this link from generating. I think this is a bug, but I might be missing something from the syntax.