-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document companion guide more clearly #95
Comments
Hehe, such excellent questions! There's kind of a quagmire of tools involved or could be involved depending on your project. Is it open source / do you have a branch to look at? It's usually easier to explain options that way. Otherwise what you're missing is that breathe and exhale are both sphinx extensions, and only run with Are you creating a docs target for CMake? That's not really documented but isn't very difficult ™️ |
Hey there @svenevs! I just got super confused because all I wanted was just a dump of what doxygen had already generated for me. Thanks for your quick reply! Problem solved and more than finally able to exhale. |
going to leave this open to remind me to document the companion guide better, and leave pinned in interim 🙂 |
I followed the Getting Started guide and it talks about what happens when I run Breathe but it never says how to call breathe to actually generate the docs.
This is where I would expect a "to run exhale, enter following command in your command-line:". Do I need to setup CMake in order to use breathe? Why is there no simple
generate_docs.py
example file inside the Getting Started guide?Before changing my build configurations I'd at least like to see what I get with breathe on my codebase. Am I simply missing something?
The text was updated successfully, but these errors were encountered: