-
Notifications
You must be signed in to change notification settings - Fork 26
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
Doxygen documentation regeneration #243
Comments
I think this could be added as part of the nightly builds on the ci. We could add something that builds the documentation, and pushes the changes to this webpage. |
I believe that was part of the readthedocs website infrastructure. I just was not sure if the problem was the way we build our documentation or if we are not triggering new builds. In #246 we landed a new interface and it seems to be showing there which means we regenerate the documentation but we do not take the comments... |
We seem to have hit some bug because all interface documentation is attached to the attribute() : https://cppinterop.readthedocs.io/en/latest/build/html/namespaceCpp.html#a3ef57f5fc1b6bf7e59bc40e340fd2be6 |
This issue is stale because it has been open for 90 days with no activity. |
This was fixed by #381 |
Looks like our documentation does not pick up the doxygen style comments: https://cppinterop.readthedocs.io/en/latest/build/html/index.html
I am not sure if that's a feature or we are just not regenerating the documentation.
The text was updated successfully, but these errors were encountered: