-
Notifications
You must be signed in to change notification settings - Fork 17
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
Generate and publish interface documentation #74
Comments
Sounds like a good idea @TheHubbit. The interfaces are defined in https://github.com/MedicalUltrasound/Image3dAPI/blob/master/Image3dAPI/IImage3d.idl . |
I tried doxygen but it didn't produce anything helpful from IImage3d.idl (only picked up ProbeInfo struct). Next I checked in Python, but here too the doc members are all empty in the wrapped objects. The helpstring comments show up in the object browser of Visual Studio but I don't know how to get a API reference from it. Maybe someone with more MS background can help? |
Example of how to access the API documentation also from Python:
I'm not sure how useful this is from a documentation point of view. But the information is at least available. |
I only have experience with Doxygen for C++ codebases myself. Therefore, I don't know if it's possible to tweak Doxygen to properly parse IDL files. Sorry... |
This is an enhancement request. It would be very helpful to generate and publish a reference documentation on the Image3dAPI. Maybe run doxygen and create a github page from the generated html?
The text was updated successfully, but these errors were encountered: