Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 462 Bytes

autoindex.rst

File metadata and controls

27 lines (16 loc) · 462 Bytes

autodoxygenindex Directive Example

Working Example

This should work:

.. autodoxygenindex::
   :project: auto

With the following config value:

breathe_projects_source = {
     "auto" : ( "../examples/specific", ["auto_function.h", "auto_class.h"] )
     }

It produces this output: