I've add block comments to my functions and classes as well using Eclipse.
Question is, is there any way to create documentation same like javadoc?
Eclipse details are :
Eclipse for PHP Developers
Version: Luna Release (4.4.0)
I've add block comments to my functions and classes as well using Eclipse.
Question is, is there any way to create documentation same like javadoc?
Eclipse details are :
Eclipse for PHP Developers
Version: Luna Release (4.4.0)
phpDocumentor does pretty much the same thing as Javadoc but for PHP. It can easily be integrated into Eclipse as a run configuration, as explained here.