phpdoc
How to get suggestions in NetBeans for included files
i have a problem to get sugg开发者_运维知识库estions for classes which are included in included files.[详细]
2023-01-02 21:36 分类:问答Combining phpdoc with existing docbook
I\'d like to include some phpdoc-generated documentation into my already existing docbook documentation.[详细]
2023-01-02 20:19 分类:问答"No Suggestions" in NetBeans
For a few days now I\'m using NetBeans 6.8 for doing PHP work. But even if a class开发者_JAVA技巧-file is included and the methods are public and there\'s phpDoc used, NetBeans everytime shows \"No S[详细]
2023-01-02 09:55 分类:问答Generate PHP Documentation from NetBeans 6.8 project
Is there a way to generate PHPDoc documentatio开发者_Go百科n for a PHP project in Netbeans 6.8?It seems that there is no direct support for PHPDoc in Netbeans. But here is an nice tutorial wich shows[详细]
2022-12-31 16:31 分类:问答How to document an accessor/mutator method in phpDoc/javaDoc?
Given a function which behaves as either a mutator or accessor depending on the arguments passed to it, like this:[详细]
2022-12-31 04:01 分类:问答Regex to strip phpdoc multiline comment
I have this: /** * @file * API for loading and interacting with modules. * More explaination here. * * @authorReveller <me@localhost>[详细]
2022-12-28 15:36 分类:问答PHPDoc Function Changelog (@change?) [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-27 00:49 分类:问答PHP Doc software on OSX?
I use my OSX for dev. PHP and now i need to try PHPDoc but how? sombardy know a software? or how i can doe it?[详细]
2022-12-26 11:41 分类:问答comment code in netbeans?
a while ago i could comment开发者_开发问答 any code in php with netbeans like this: /* * * */ I just typed /* ENTER and netbeans gave me that lines above. then when i typed @ it gave me a full l[详细]
2022-12-26 03:13 分类:问答documentation for a package in php?
so in a folder PayPal i\'ve got multiple 开发者_运维知识库classes for using their API. i want to make a documentation for how to use all the classes in a sequential way. so here is my questions:[详细]
2022-12-25 17:57 分类:问答