Unclear how to set this up with my C project and use with genfiles #2
Replies: 1 comment 1 reply
-
Hi @oliversheridanmethven, thanks for the docs request 🙂 Could you open a new issue so that I can track it properly? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project which has the following structure
I am trying to get all the .c and .h files documented using this tool. I have a draft gen file for makedocstring (which I've converted from my Python version to the C version), but I can't get it up and running as expected. The current state of my code can be found here: oliversheridanmethven/pyarv#27 (it's a real project, so quite messy and not minimal).
Could you provide some more documentation about how to write a generation script to take the source and header files and glue it all together?
Beta Was this translation helpful? Give feedback.
All reactions