We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
doc generating (Read 360 times)
doc generating
Nov 8th, 2008, 12:33pm
 
hi,

is it possible to generate the docs automatically? how?

Cheers
Q
Re: doc generating
Reply #1 - Nov 8th, 2008, 1:06pm
 
hi,
could you give us a more specific idea of what you mean by docs? what docs are you referring to? docs of a processing sketch?(what would that be?) or a javadoc?
Re: doc generating
Reply #2 - Nov 8th, 2008, 1:39pm
 
java doc, a html file with all classes, comments, methods, signatures and variables.

otherwise something to document my app
Re: doc generating
Reply #3 - Nov 8th, 2008, 3:59pm
 
From http://java.sun.com/j2se/javadoc/ : "Javadoc is a tool for generating API documentation in HTML format from doc comments in source code. It can be downloaded only as part of the Java 2 SDK"

Obviously, you still have to type the documentation yourself. Smiley

Note that a tool like Doxygen, inspired by JavaDoc but more powerful, is able to extract lot of useful information from raw code...
Re: doc generating
Reply #4 - Nov 8th, 2008, 7:29pm
 
is that i'm looking for, thenks.
Page Index Toggle Pages: 1