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

Don't fatally error on function nodes that include classnames. #3

Closed markstory closed 7 years ago

markstory commented 7 years ago

When php:function is used to annotate methods the build should not fail. However it will generate incorrect output as function should be used for global functions and not methods.

Refs #2