Skip to content

Commit

Permalink
Added docs for the doxygeninterface directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Andne committed Jan 25, 2017
1 parent aeefa18 commit 0483658
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions documentation/source/directives.rst
Expand Up @@ -313,6 +313,25 @@ and additionally the ``members``, ``protected-members``, ``private-members`` and
Checkout the :ref:`example <struct-example>` to see it in action.


doxygeninterface
~~~~~~~~~~~~~~~~

This directive generates the appropriate output for a single interface (specially-used
class). It behaves the same as the doxygenclass directive.

::

.. doxygeninterface:: <interface name>
:project: ...
:path: ...
:members:
:protected-members:
:private-members:
:undoc-members:
:outline:
:no-link:


doxygentypedef
~~~~~~~~~~~~~~

Expand Down

0 comments on commit 0483658

Please sign in to comment.