-
Notifications
You must be signed in to change notification settings - Fork 47
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
Automatic documentation for boost python. #237
Comments
|
I meant the type of this function, i.e. Assuming there are no ambiguities, the idea is to use it as If this works well, this could even become |
Another issue concerns Majax equations. Do you know how to handle them? |
This would be indeed a nice and expected feature. |
Eventually this: https://www.ctan.org/pkg/tex2mail |
I played a bit on this topic. A first working version can be found by pulling branch python_doc of https://github.com/jmirabel/hpp-fcl.
|
For the conversion from TeX formulas to ASCII, I found this very helpful package: https://pylatexenc.readthedocs.io/en/latest/ |
Although not related to CMake, I post this issue here because the problem was encountered in many packages and the best place to provide a solution is this package.
This is mostly for reporting as I have no time to allocate to this at the moment.
Problem
A C++ library can be easily exposed in Python, using for instance boost python. If the C++ library is already documented using Doxygen, documenting the Python bindings in somewhat tedious as it duplicates the already written documentation.
Solution
Format using templates
The text was updated successfully, but these errors were encountered: