breathe
breathe copied to clipboard
ReStructuredText and Sphinx bridge to Doxygen
Hi there, I have an using sphinx + breathe + exhale, in a **C** project with basically 2 files: * file.h * file.c I don´t find a way to get...
I use `breathe-apidoc` as follows (I don't know if that is what was intended, I have not managed to find any documentation...): ```bash python -m breathe.apidoc -p GooseFEM -o api...
I did this for a completely different project, but I thought I might share the idea. The following yaml will install doxygen from the pre-built binary archives available via [Doxygen's...
Hi, **Background**: Trying to use Doxygen->Breathe->Sphinx for generating API manual for a SW project. Works without any issues in the other project. No idea, what could be the reason for...
I'm between jobs at the moment and looking to work primarily on freelance and contract work in the future. This mindset combined with watching the steady stream of activity and...
Hello all, Would it be feasible to add support for UML in breathe? Doxygen has added support for this in version 1.8.8 with a "startuml" special command that generates ``...
I get the following warning, which only appears in a certain project, but does not appear with the same code extracted to a sample project (which is why I can't...
There's currently no documentation for breathe-apidoc. This is a critical utility for automated documentation generation and should have it's options documented. I noticed that this is a common complaint, notably...
Hello, I'm generating a documentation using Breathe=4.27.0, Sphinx=3.5.1, Python=3.6.7 and Doxygen=1.9.1. My files are documented using Doxygen tags, and I'm able to generate a documentation in the readthedocs theme. But...
Is it possibel to use rst labels in the embed:rst blocks? I've tried to add that into the examples ```diff diff --git a/examples/specific/rst.h b/examples/specific/rst.h index 7c9a54b1..4d0c8ac0 100644 --- a/examples/specific/rst.h +++...