random1 Posted February 12, 2008 Share Posted February 12, 2008 I've tried finding some tutorials and docs on how to document PHP code but nothing comes up. I've found: Docs for classes: /** * Class Name * * @package text * @author text * @copyright 2008 * @version $Id$ * @access public */ Is there any more info on how to create comments and documentation (preferably able to be compiled into HTML or help file format by a tool)? Link to comment https://forums.phpfreaks.com/topic/90614-documenting-php-code/ Share on other sites More sharing options...
toplay Posted February 12, 2008 Share Posted February 12, 2008 http://www.phpdoc.org http://www.phpdoc.org/manual.php Link to comment https://forums.phpfreaks.com/topic/90614-documenting-php-code/#findComment-464569 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.