Code DocumentationFrom Globulation2When doing documentation, a comment section for a function should look something like this: /** * Any comments go here * @param string $foo * @param int $bar * @return boolean * @access private * @todo document */ keep in mind not all of these items are always needed. if it doesn't take any parameters, that section is not needed. | ||
Analytics