markstory / sphinxcontrib-phpdomain

A PHP domain for sphinx. Allows you to annotate PHP objects in your sphinx docs.
Other
19 stars 15 forks source link
php python sphinx-documentation

PHP Domain for Sphinx #####################

:author: Mark Story :author: Michael Voříšek

About

A domain for sphinx >= 1.3 that provides language support for PHP.

PHP Domain supports following objects:

.. note::

This domain expresses methods and attribute names like this::

  Class::method_name
  Class::$attribute_name

You address classes/functions in namespaces using \ syntax as you would in PHP::

    Package\Subpackage\Class

See Usage Example_ in the documentation for information about how to use it.

.. _Usage Example: https://markstory.github.io/sphinxcontrib-phpdomain/usage.html

URLs

:PyPI: https://pypi.python.org/pypi/sphinxcontrib-phpdomain :Documentation: https://markstory.github.io/sphinxcontrib-phpdomain/

Install

You can install the phpdomain using pip::

pip install -U sphinxcontrib-phpdomain