On Jan 30, 2009, at 03:59 AM, Martin Bernd Schmeil wrote: > thanks a lot for your answer. Unfortunatly this still does not work > for > me. I building the docs with rake doc:reapp, but the HTML is escaped. Then don't escape it. > The other thing that I can't get to work is to call a method from > within > the comment, that creates the data. Something like > > # bla bla bla... > # > # DataDictionary.describe('campaigns') This will never work. RDoc doesn't run code from comments and never will.