Hi all, I've got a C extension that I want to rdocify. It works well enough, but I have a couple of constants I want included in the documentation. 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? Regards, Dan