java Programming Glossary: docblocks
A tool to add and complete PHP source code documentation http://stackoverflow.com/questions/1936376/a-tool-to-add-and-complete-php-source-code-documentation Provide a method to half way easily add the missing docblocks by creating the empty structures and ideally opening the file.. not that helpful when it comes to generating the missing docblocks... Now I don't know of any tool that will pre generate the missing.. don't know of any tool that will pre generate the missing docblocks for you I generally use PHP_Codesniffer and or phpDocumentor..
|