help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Automatic documentation generation


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Automatic documentation generation
Date: Wed, 05 Jul 2006 08:31:44 +0200
User-agent: Thunderbird 1.5.0.4 (Macintosh/20060530)

Bram Neijt wrote:
Hi.

I'm just stating with Smalltalk and wat to do some automatic document
generation.

What whould be the best source of information ("inspect !" output,
sourcecode, special programs/processors) to create interlinked
documentation?

Uhm, *interlinked* is quite a mess. The automatic documentation generator in examples/Publish.st does not generate many links (none for the parts derived from user source code) because there is no standard. It generates indexes when it outputs Texinfo, though.

But you can get everything you want from the Class and CompiledMethod objects: class comment, class category, variables, method source code, and so on. Note that some of the methods you need are in the superclasses, Behavior and CompiledCode respectively.

Paolo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]