Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 428 Bytes

autofile.rst

File metadata and controls

24 lines (15 loc) · 428 Bytes

autodoxygenfile Directive Example

Working Example

This should work:

.. autodoxygenfile:: auto_class.h
   :source: auto

With the following config value:

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

It produces this output:

.. autodoxygenfile:: auto_class.h
   :project: auto