Show:

What's happening?

  • use an alias or pseudonym for a function

    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

  • Followup: RE: Supress php warnings when building docs

    Excellent ! Had the same problem. Thank you !

    2012-04-03 08:01:48 PDT by medowlock

  • Supress php warnings when building docs

    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

  • BUG: $access tag ignored

    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

  • PhpDocumentor

    ashnazg made 1 file-release changes.

    2012-01-13 06:12:02 PST by ashnazg

  • PhpDocumentor

    ashnazg made 1 file-release changes.

    2012-01-13 06:11:03 PST by ashnazg

  • Followup: RE: BUG: Interfaces with multiple inheritance

    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

  • BUG: Interfaces with multiple inheritance

    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

  • PhpDocumentor

    ashnazg made 1 file-release changes.

    2011-12-05 06:26:03 PST by ashnazg

  • PhpDocumentor

    ashnazg made 2 file-release changes.

    2011-12-03 13:55:02 PST by ashnazg

Our Numbers