markstory / sphinxcontrib-phpdomain

A PHP domain for sphinx. Allows you to annotate PHP objects in your sphinx docs.
Other
19 stars 14 forks source link

Allow visibility modifiers #15

Closed juliushaertl closed 6 years ago

juliushaertl commented 6 years ago

This PR adds support for visibility definitions and modifiers like static/final/abstract. Those will be added as annotation to the rendering and must be omitted when referencing the class,method or property.

markstory commented 6 years ago

Thanks! Released as part of 0.4.0

juliushaertl commented 6 years ago

Great. Thanks :)