From: Dave Thomas Date: 2004-10-31T14:29:10+09:00 Subject: Re: [RDOC] Creating my own section in a page On Oct 30, 2004, at 16:33, Daniel Berger wrote: > I see that rdoc generates "Methods", "Public Class Methods", etc, for > the class. But, I want to add a "Constants" section on that page and > explicitly document a couple of constants. > > Is this possible? How should I comment it in the C code? Not right now (although you could just list them in the file-level heading). I _could_ handle the various rb_xxx_const methods, but I'm not sure I'd know where to look for the associated comment. Cheers Dave