AMICI-dev / AMICI

Advanced Multilanguage Interface to CVODES and IDAS
https://amici.readthedocs.io/
Other
110 stars 31 forks source link

Documentation & Swig Overhaul #1950

Open FFroehlich opened 1 year ago

FFroehlich commented 1 year ago

Documentation:

Swig:

dweindl commented 1 year ago
dweindl commented 1 year ago
* [ ]  add documentation for enum classes

That's gonna be a bit of a pain. This will require AST-walking to extract the enum member documentation (some example), unless SWIG will start using typing.Annotated at some point. Documentation of the enum itself (not it's members) won't be accessible, as far as I can see.