Sphinx Domains#

The GNUstep Documentation project includes a number of domains (which are currently incomplete), based on sphinxcontrib.domaintools.

Make domain#

This domain is the example for sphinxcontrib.domaintools.

.. make:var:: VARIABLE_NAME#

A variable.

VARIABLE_NAME = variable_value
.. make:target:: target_name#

A target.

target_name:
    ...

Resources#