phpdoc
Netbeans: PhpDoc formatting
How to automatically format PhpDoc comments in Netbeans? I\'d like to have comments aligned like this:[详细]
2022-12-17 23:13 分类:问答Is there a standard for documenting GET/POST parameters?
In a PHP project, even when front controller logic is used for the ma开发者_StackOverflow中文版in application, there can be many stand-alone scripts, ajax snippets and so on.[详细]
2022-12-17 16:58 分类:问答PHPDoc: @return void necessary?
Is it really necessary do something like this: /** * ... * * @return void */ I have quite a开发者_运维问答 few methods that don\'t have a return value, and it seems really redundant to put som[详细]
2022-12-16 21:07 分类:问答Is there an PHPDoc type hint for an boolean parameter?
I wasn\'t able to find an overview of the types which can be hinted with PHPDoc. I know array or string, but is there also bool? Like:[详细]
2022-12-15 21:51 分类:问答Aptana won't generate phpdoc blocks for functions within classes
In A开发者_如何学运维ptana, I have somehow broken the functionality to auto-generate phpdoc comments for functions within classes. It appears to only affect my current project.[详细]
2022-12-15 17:59 分类:问答PHPDoc for variable-length arrays of arguments
Is there a syntax for documenting functions which take a single configuration array, rather than individual parameters?[详细]
2022-12-15 07:58 分类:问答Parsing Javascript files with phpDocumentor
I\'ve been playing with phpDocumentor开发者_JS百科 recently and found it quite suitable for my needs. I\'m largely working with PHP/HTML/JS/CSS codebases and would like phpDocumentor to parse my Javas[详细]
2022-12-11 23:18 分类:问答What is the purpose of these PHPDOC properties?
In开发者_StackOverflow general, the PHPDOC properties are self-explanatory, but I\'m having hard time understanding these:[详细]
2022-12-11 22:16 分类:问答How are PHPDoc comments analyzed in PHP?
In frameworks like Zend Framework (or extensions of i开发者_StackOverflow社区t), it is sometimes possible to pass information like type hints to the framework code by using PHPDoc style comments.[详细]
2022-12-11 15:21 分类:问答Declaring lots of variables for phpdoc without starting each with /**
I have objects with many variables that I declare and explain in the comments. I am commenting very thoroughly for later processing using phpDoc, however I have no experience with actually compiling t[详细]
2022-12-10 08:27 分类:问答