¡@

Home 

php Programming Glossary: docblocks

Automatic PHP Documentation Generation?

http://stackoverflow.com/questions/189516/automatic-php-documentation-generation

known and often used tool that can generate API doc from docblocks phpDocumentor which is specific to PHP and is probably one of.. coding Also there are more and more PHP tools that use php docblocks for some other purpose than documentation. For instance PHPUnit..

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..

Are there any PHP DocBlock parser tools available?

http://stackoverflow.com/questions/2531085/are-there-any-php-docblock-parser-tools-available

I stuck reinventing that wheel php documentation parsing docblocks share improve this question You can do this easily yourself..