From: Eloy Duran Date: 2007-01-17T08:57:17+09:00 Subject: Re: Extending RDoc with custom sections? Aha! That my dear sir is exactly what I missed! Thank you very much. Cheers, Eloy On 1/16/07, Joel VanderWerf wrote: > Eloy Duran wrote: > > Hello peeps! > > > > I'm in the process of converting Apple's Cocoa reference docs to > > RubyCocoa style RDoc source/comments. > > This is working out rather well :) > > > > The only problem I have run into is that I need extra sections like > > the constants one, but for Notifications and possibly others too. > > I'm naive about Cocoa, but I just wanted to make sure you're aware of > the "section" directive in RDoc: > > # ------------------------ > # :section: accessor methods > # > # This section contains methods to access variables > # > # ------------------------ > def foo=(x); ...; end > > -- > vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407 > >