Steve wrote:
>I was actually under the impression that there are automated proggies which >generate such docs, and that minor tweaking needed to be done to at least >get the basic docs generated. Am I wrong? I'm not familiar with Java class docs, but do try kicking up pydoc as a HTTP server and browse through the docs via a browser. E.g., "pydoc -p 9000" starts the pydoc system on port 9000. It's not as good as a SmallTalk class-hierarchy browser, and can't inspect a live system, but it beats having to plough through printed listings. ...Edmund. _______________________________________________________________ Hundreds of nodes, one monster rendering program. Now that�s a super model! Visit http://clustering.foundries.sf.net/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
