From: Joel VanderWerf Date: 2007-01-17T03:25:44+09:00 Subject: Re: Extending RDoc with custom sections? 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