Do you know about a tool to easily create documentation for both Javascript and PHP code?
Something that takes comments in code similar to the one shown below:
/**********************************************************
This fucntion does something special...
param1: ...
param2:
RETURNED VALUES:
...
**********************************************************/
function something(...)
{
...
And convert these into HTML files (maybe with a frameset menu on the left). Don't need for the same sintax shown above, it's only an example to explain of what I'0m talking about.
Would like only one tool so once I learned teh sintax to write documentation, i can use the same documentation sintax for both PHP and Javascript.
It would be nice if the tool was a binary (.exe) or a java code, with no need to install PERL or PYTHON.
Thanks.