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
- file auto_class.h
- file auto_function.h
- dir /home/runner/work/breathe/breathe/examples
- dir /home/runner/work/breathe/breathe/examples/specific