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:
-
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
-
void
-
file
auto_class.h
-
file
auto_function.h
Functions
-
void
autoFunction
() non-namespaced class function
-
void
anotherAutoFunction
() non-namespaced class other function
-
void
-
dir
/builddir/build/BUILD/breathe-a423389dfe2935962b3b27586602cfc3521fb54a/examples
-
dir
/builddir/build/BUILD/breathe-a423389dfe2935962b3b27586602cfc3521fb54a/examples/specific