Reputation: 5789
For example
* @param array $an_Array An array of stuff that is needed.
an_associate_key Description about this key.
another_key Another Description.
Upvotes: 1
Views: 213
Reputation: 132071
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
Upvotes: 1