From: "rpardee@..." Date: 2010-04-15T06:10:10+09:00 Subject: Re: OT(?): Adapting rdoc to produce documentation for something other than ruby or c--advisable? On Apr 14, 11:13 am, Dan Drew wrote: > Hi Roy, > > I did some customizing of rdoc for my web site, rubydox.net. In my case I wanted to override the default rdoc -> html formatting as well has the final object model -> file output. I have played with the source file parsing, but rdoc already has a number of file parsers for different file types (ruby, plain text, etc). You'll probably have to use a mixin like I did to hook your code in but it should be possible. > > Dan Thanks Dan & Andrea! I maybe should say that I don't expect the SAS code in the body of the macro to by syntax-highlighted. That would be lovely of course, but not at all necessary. Just recognized as programming code to be tucked into the togglable div (or however the show/hide code stuff is implemented) would be a win for me. Thanks! -Roy