Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Documentation generator

 [1/8] from: m::koopmans2::chello::nl at: 23-May-2001 10:25


Hi, I have some scripts that I'd like to generate HTML documentation for, both on the function and object level (for functions and embedded objects as well). Does anybody have something like that? Thanks, Maarten

 [2/8] from: chris:starforge:demon at: 23-May-2001 10:27


Maarten Koopmans wrote:
> Hi, > > I have some scripts that I'd like to generate HTML documentation for, both > on the function and object level (for functions and embedded objects as > well). > > Does anybody have something like that?
You may want to look at reboldoc on my website at http://www.starforge.co.uk/downloads.html Chris

 [3/8] from: m:koopmans2:chello:nl at: 23-May-2001 11:43


Thanks!. Now only the link is broken , should be reboldoc.rip instead of reboldoc.r Thanks, Maarten

 [4/8] from: chris:starforge:demon at: 23-May-2001 11:01


Maarten Koopmans wrote:
> Thanks!. Now only the link is broken , should be reboldoc.rip instead of > reboldoc.r
Eeek, thanks - link rot is setting in :) (that's my excuse anyway..) Chris

 [5/8] from: m:koopmans2:chello:nl at: 23-May-2001 12:09


Chris, Works beautiful. I wrote a func replacement called contract that supports desing by contract that I'll try to fit in as well. Maybe "context" support as well. Any hints on how to do that the smart way? --Maarten

 [6/8] from: chris:starforge:demon at: 23-May-2001 11:44


Maarten Koopmans wrote:
> Chris, > > Works beautiful. I wrote a func replacement called contract that supports > desing by contract that I'll try to fit in as well. Maybe "context" support > as well. > > Any hints on how to do that the smart way?
Hmm, it's a fair time since I looked at the code so I can't say off the top of my head I'm afraid, I'll see if I can get to study it tonight at home and suggest possibilities then. TBH reboldoc is a bit of a hack job, I'd only been using rebol a month or two before I released it so it's probably far from optimal - I just threw something together to do something about the lack of a javadoc/doxygen style doc generator. Expect nastiness in there ;) Chris

 [7/8] from: m:koopmans2:chello:nl at: 23-May-2001 13:31


I think I understand more or less how it works, so you shouldn't waste time on it unless you absolutely want to.... Thanks, Maarten

 [8/8] from: chris:starforge:demon at: 23-May-2001 14:08


Maarten Koopmans wrote:
> I think I understand more or less how it works, so you shouldn't waste time > on it unless you absolutely want to....
:) I really should take a look at it anyway, now I know REBOL better I may be able to improve it a bit. Chris