ryy705 Posted June 11, 2008 Share Posted June 11, 2008 Hello, Does php offer anything comparable to javadoc? Link to comment https://forums.phpfreaks.com/topic/109676-solved-php-documentation/ Share on other sites More sharing options...
trq Posted June 11, 2008 Share Posted June 11, 2008 There are a few projects around. PHPDoc for one. Link to comment https://forums.phpfreaks.com/topic/109676-solved-php-documentation/#findComment-562770 Share on other sites More sharing options...
TravisJRyan Posted June 11, 2008 Share Posted June 11, 2008 http://www.phpdoc.org/ ??? Link to comment https://forums.phpfreaks.com/topic/109676-solved-php-documentation/#findComment-562773 Share on other sites More sharing options...
Rayhan Muktader Posted June 11, 2008 Share Posted June 11, 2008 Yeah, PhpDoc is almost identical to javadoc. You might also want to check out DocBook. You will have to create an xml file for your class but but it will give the more detailed options. I think you can even include inline comments in your document if you want. Link to comment https://forums.phpfreaks.com/topic/109676-solved-php-documentation/#findComment-562776 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.