.. doxygenindex::
:project: ...
:path: ..
But as said, it creates a file displaying the contents of every C file one after another.
So, my question is... Does Breathe has any kind of script to create the rst file of each C and H file? Or... how could I create such kind of script? I would like to have separate rst files for each C files and maintain the folder structure of my project...
Thanks all!
Thanks for taking the time and trying Breathe.
You've unfortunately identified a weakness with the Breathe extension
at the moment. It would be great to have an equivalent of
sphinx-autogen to create the appropriate rst files for a C or C++
project. This hasn't been done yet unfortunately. The good news is
that it shouldn't be too hard, the bad news is it'll be a week or so
before I can get around to doing it.
Additionally it would be useful to implement a doxygenfile directive
which might simplify your request as the autogen script wouldn't have
to specify every function and struct it comes across. The doxygenindex
directive you have tried is honestly not that useful except for very
small projects and the breathe documentation.
If you'd be interested in contributing, I'd be very happy to advise on
how to approach these issues.
Cheers,
Michael
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-dev" group.
> To post to this group, send email to sphin...@googlegroups.com.
> To unsubscribe from this group, send email to
> sphinx-dev+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sphinx-dev?hl=en.
>