Programming Languages: PHP
License: Open Software License 3.0 (OSL3.0), GNU Library or Lesser General Public License version 2.0 (LGPLv2)
Hi All, I would like to use a pseudonym (or alias) for a function. For example: /** * @alias $.myFunction * ... */ function my_function() {...} Instead of using the string "my_function", I would like to use the string "$.myFunction". That's because actually, I'm using phpDocumentor to document a JavaScript library, not PHP. And the function names are in other...
2012-04-30 02:15:44 PDT by cequiel
Excellent ! Had the same problem. Thank you !
2012-04-03 08:01:48 PDT by medowlock
If you are getting large quantities of "Strict Standards" errors triggered by phpdocumentor's own php code, when building your documentation, you might consider trying the following bodge. in builder.php add the following line near the top of the script [code]error_reporting(E_ERROR);[/code] I would not have bothered, but these errors were finding ther way into the top of some...
2012-02-15 12:11:59 PST by tantric-tech
I am trying to create documentation in two levels, one for a view/frontend programmer and another for model/backend developers. However i am having trouble with the @access tag. My version is: PHP Version 5.3.3-7+squeeze3 phpDocumentor version 1.4.4 Below are four functions from one of my classes. In each function the behaviour of phpdoc is written. It seems that @access private tag is...
2012-01-25 05:22:12 PST by mortenlp
ashnazg made 1 file-release changes.
2012-01-13 06:12:02 PST by ashnazg
ashnazg made 1 file-release changes.
2012-01-13 06:11:03 PST by ashnazg
P.S. Iterable is a bad example for a node, Printable was a better option, so you can check whether __toString() is implemented.
2011-12-30 08:51:36 PST by pjprijs
Hello, When I let phpDoc render the documentation, the documentation shows only one parent when an interface has multiple parents. For example: interface NodeInterface extends Cloneable, Comparable, Iterable { } which uses 3 marker interfaces, shows only the Cloneable as parent in phpDoc. Is this a bug, or is there a workaround? I searched google with the keywords 'phpdoc multiple...
2011-12-30 08:49:15 PST by pjprijs
ashnazg made 1 file-release changes.
2011-12-05 06:26:03 PST by ashnazg
ashnazg made 2 file-release changes.
2011-12-03 13:55:02 PST by ashnazg