varspool / sphpdox

PHPDoc to Sphinx/ReStructured Text API documentation tool
GNU General Public License v3.0
48 stars 16 forks source link

Clickable Returns #15

Open philiplb opened 8 years ago

philiplb commented 8 years ago

Hi, this doc statement defines the return type of the function:

@return FooBar description of the return

It would be great if this could create clickable links in the docs. Bonus for array returns like this:

@return FooBar[] description of the returning array