Breathe v2.0.0 documentation

autodoxygenfile Directive Example

«  doxygengroup Directive Example   ::   Contents   ::   Supported Markups  »

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:

class AutoClassTest
#include <auto_class.h>

class outside of namespace

Private Functions
void member()

non-namespaced class function

void anotherMember()

non-namespaced class other function

«  doxygengroup Directive Example   ::   Contents   ::   Supported Markups  »