Re: minor tweak to visibility parser in rdoc

From: Ryan Davis <ryand@...>
Date: 2004-05-20 23:35:10 UTC
List: ruby-core #2914
On May 19, 2004, at 20:37, Dave Thomas wrote:

>> I would also like to find some way to make %params% extend w/ a space 
>> in front of parenthesis are not used for the method definition. 
>> Otherwise the html renderered looks like "methodargs" with "method" 
>> being bold. But I can't figure this one out in my current exhausted 
>> mental state.
>
> Could you give me an example?

"def method arg" winds up rendering to something visually equivalent 
to: "methodarg" whereas "def method(arg)" looks like "method(arg)"


In This Thread