I\'m wondering how I should use @package & @subpackage for class doc. let say I\'ve the following class
This question already has answers here: A tool to add and complete PHP source code documentation [closed]
Hopefully a simple question. I\'ve started using NetBeans for a new multi-developer PHP project I am working on. One thing I have noticed in scripts in the past is a section in the PHPDoc at the 开发
I was wondering if there is a way to force phpDocumentor to print out the potential methods you could use for getting and setting when you do them dynamically with a __call().
By using @usedby tag hyperlink is not coming in documentation. Class Content { /** * simple db class variable
Is there any wa开发者_StackOverflow社区y you can make phpDocumentor generate docs only for some specific functions (even if all of them have the right docblock) ? Maybe there is a special tag for this
I found that another 开发者_运维问答tool (doxygen) has such an option (HIDE_UNDOC_MEMBERS). I wonder if there is something similar for phpDoc, except marking them all with the @ignore tag.Marking them
Is there a proper way to document a constant defin开发者_Python百科ed using define()? @var doesn\'t really make sense. The only thing I can think of is to omit the tag, and just write the description
For example I have a project called \"myproj\" and a subpackage called \"utils\" and in this subpackage there\'s again a subpackage called \"debug\".
Now I am wondering if othe开发者_运维技巧rs document database usage in function headers ... for instance, a fn() might read or write a database (or table thereof), or create, modify or drop a database