| java Programming Glossary: docblockA tool to add and complete PHP source code documentation http://stackoverflow.com/questions/1936376/a-tool-to-add-and-complete-php-source-code-documentation  functions methods i.e. elements missing the appropriate docblock comment Provide a method to half way easily add the missing.. Provide a method to half way easily add the missing docblocks by creating the empty structures and ideally opening the file..   I think PHP_Codesniffer can indicate when there is no docblock see the examples of reports on this page quoting one of those.. 
 |