So I am writing a PHP documentation for my library. I am using the "sphinxcontrib.phpdomain" extension in order to support the PHP domain.
Let's say I have defined the following document:
.. toctree::
:numbered:
:maxdepth: 3
:caption: Couch
.. php:class:: Couch
This is the low-level class that handles communications with CouchDB.
.. php:method:: dsn()
:returns: The dsn of the current Couch instance
Is it possible to generate a TOC tree from this? For example, I would like to index in the tree the class names and the classes members.
For the moment, only custom titles are indexed in the toctree