For example

 * @param array $an_Array An array of stuff that is needed.
                an_associate_key Description about this key.
                another_key Another Description.
link|improve this question

71% accept rate
I'm not familiar with phpDocumentor, but I don't think assumptions should be made about this. If you do make assumptions about this (for a config. array in example) you should check and provide defaults for the missing key/value pairs. – Alexander Varwijk Jul 6 '11 at 11:23
Very interesting question! I've been using a personnal syntax for this (trying to be consistent across the documentation), but if something "official" exists and is parsed by phpdocumentor, I'm interested to know. – Matthieu Jul 6 '11 at 11:25
@Alexander Or throw an error. But that is irrelevant as far as documentation is concerned. Default or not, it is handy to know what can be passed in. – SystemicPlural Jul 7 '11 at 8:22
@SystemicPlural Fair point – Alexander Varwijk Jul 7 '11 at 14:16
feedback

1 Answer

No, there is no way to get it parsed by phpDocumentor. The only way (you mentioend it yourself) is to describe it in the parameters' description.

As a side note: phPDocumentor seems to be not really maintained anymore. You may have a look at DocBlox and write a feature request in its issue tracker

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.