Breathe 1.2.0 documentation

autodoxygenindex Directive Example

«  Directives & Config Variables   ::   Contents   ::   doxygenfunction Directive Example  »

autodoxygenindex Directive Example

Working Example

This should work:

.. autodoxygen:: class.h
   :source: class

With the following config value:

breathe_projects_source = {
     "class" : "../examples/doxygen"
     }

It produces this output:

class Test
#include “inc/class.h”

This is a test class.

Some details about the Test class

file class.h

dir /build/breathe-Jlnsf0/breathe-1.2.0/examples/doxygen

dir /build/breathe-Jlnsf0/breathe-1.2.0/examples

«  Directives & Config Variables   ::   Contents   ::   doxygenfunction Directive Example  »