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

Namespace not recognized in :php:class:`\atk4\ui\Form`. #6

Closed romaninsh closed 7 years ago

romaninsh commented 7 years ago

While from inside the deeper namespace I find it difficult to reference another class:

.. php:namespace:: atk4\ui\FormField

See :php:class:`\atk4\ui\Form`.

Produces errer: reference target not found: atk4uiForm.

markstory commented 7 years ago

You need to double up your \ characters in the backticks. This is something that rst syntax requires unfortunately.