Re: Request: Enhancement to makedoc.ex
- Posted by Dan Moyer <danielmoyer at prodigy.net> Jan 12, 2007
- 608 views
c.k.lester wrote: > > Matt Lewis wrote: > > cklester wrote: > > > Dan Moyer wrote: > > > > c.k.lester wrote: > > > > > One thing I'd like added to makedoc: the ability to capture the raw > > > > > text > > > > > of the file. > > That's probably easier than hacking at makedoc, but YMMV. > > Well, I had a go and it looks to be successful. I can now do something like > > --/topic Required Standard Includes > --List of required standard include files > --/raw_start > include myfile.e > include thefile.e > --/raw_end > > --/topic Required Custom Includes > --List of required custom include files > --/raw_start > include system/rawsql.e > include system/eudb.e > include system/ajax.e > --/raw_end > > And it outputs what you'd expect... If anybody wants a copy, just lemme know. > Now you can include code snippets, etc., without having to comment it all and > without having to duplicate sections. It's handy for me; might not appeal to > everyone. :) > > Thanks for the help, guys! Very good c.k.!! Yeah, I'd like a copy, at least to see how you did it, & remember to notice when Derek gets back from vacation & let him know what you've done, I suspect he'd be interested. BTW, I thought "show" & "show_end" might have been better tags, but hey, you did the code, so you got naming rights :) Dan