[Jaws-project-developers] Developer Documentation (Was: Jaws Project Wiki)
Status: Alpha
Brought to you by:
ionmx
|
From: Jon W. <jo...@je...> - 2004-11-24 15:50:01
|
On Tue, 2004-11-23 at 21:36 -0700, Jonathan Hernandez wrote: > Remember, We want Jaws with great user and developer documentation... > Do we have some sort of automatic API docs setup yet? When developing packages for PEAR it is required that your code includes phpdoc[1] comments which can then be automatically converted into the developer API docs available from each packages home page. Obviously this isn't enough on it's own, and supporting docs are required to make it truly useful, but API docs are incredibly useful if all you need is to find out what order the arguments to a function go in. Jon http://phpdocumentor.sf.net (I think... Google otherwise) |