From: Eloy Duran Date: 2007-01-16T22:18:17+09:00 Subject: Re: Extending RDoc with custom sections? > > I've quickly skimmed through the information you provide on several places, > > but I failed to find any info about adding a extra section. > > If I understand correctly your patch adds the ability to define extra > > 'methods', their args and description etc. right? > > Exactly. But, presumably, you'll need to parse a different syntax to > add contents to this new section ? Something of the like: > > class NiceStuff > my_stuff :nice_code, 'to be put in the new section' > end > > For that, the code I wrote may come in useful ;-)... Yes that's true... :) > > However if I don't find any substantial info about the subject that > > I'm looking for, > > your code will probably be a nice guide into the depths of rdoc :) > > I'm afraid I essentially meant it as a guide, but I'll be glad if you > shared your findings: a combination of what I wrote and what you're > looking for could be a very nice addition to rdoc. Indeed, once (and if) I have the time to wrap this up myself I'll obviously share my findings. Because RDoc is in some desperate need to be easily customizable :) Cheers, Eloy