fortran-lang / minpack

Modernized Minpack: for solving nonlinear equations and nonlinear least squares problems
https://fortran-lang.github.io/minpack/
Other
90 stars 18 forks source link

Create documentation for C bindings #53

Open awvwgk opened 2 years ago

awvwgk commented 2 years ago

The C bindings are currently not documented outside of the comments in the header. Maybe we can make use of doxygen to create API docs for those.

ivan-pi commented 2 years ago

Does Sphinx support multi-programming-language documentation? I recall browsing some API docs, where the user could select the programming language via a drop-down menu. PLplot also has something like this for the examples.

On the other side doxygen has the benefit that C users are already accustomed to it's layout.