phpdoc
How to use @package & @subpackage in phpdoc?
I\'m wondering how I should use @package & @subpackage for class doc. let say I\'ve the following class[详细]
2023-02-22 16:55 分类:问答adding phpdoc to new files [duplicate]
This question already has answers here: A tool to add and complete PHP source code documentation [closed][详细]
2023-02-21 14:11 分类:问答NetBeans "Last Modified:" template
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 开发[详细]
2023-02-16 21:13 分类:问答Documenting PHP classes that use __call()
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().[详细]
2023-02-14 15:14 分类:问答how @usedby tag work in phpdoc
By using @usedby tag hyperlink is not coming in documentation. Class Content { /** * simple db class variable[详细]
2023-02-14 13:43 分类:问答phpDocumentor applied to some functions
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[详细]
2023-02-13 08:16 分类:问答PHPDOC: option to hide undocumented members
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[详细]
2023-02-12 18:58 分类:问答phpdoc: What's the proper way to document a constant
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[详细]
2023-02-10 16:06 分类:问答Can I use twice "@subpackage" for phpDocumentor?
For example I have a project called \"myproj\" and a subpackage called \"utils\" and in this subpackage there\'s again a subpackage called \"debug\".[详细]
2023-02-08 23:39 分类:问答How to document database usage with PHPdoc?
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[详细]
2023-02-08 05:56 分类:问答