Jump to content

Documenting PHP Code?


random1

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.