Plugin C++ API documentation #3681
alxbilger
started this conversation in
Share your achievements
Replies: 1 comment
-
|
Wow, nice!! Thanks for sharing @alxbilger |
Beta Was this translation helpful? Give feedback.
0 replies
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've been playing with modern documentation tools to document C++ code. I started with a small plugin: https://github.com/SofaDefrost/SofaCUDALinearSolver
Checkout the following pull request:
SofaDefrost/SofaCUDALinearSolver#2
It allows to:
mainbranchgh-pagesThe repository is configured with GitHub pages, built from the
gh-pagesbranch. The result is at: https://sofadefrost.github.io/SofaCUDALinearSolver/. Thanks to the GitHub action, the documentation website will always be up-to-date with themainbranch.Note that a documentation website is a bit overkill for this plugin, but it is a good start for a bigger plugin.
Beta Was this translation helpful? Give feedback.
All reactions