You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic procedures are not detected as functions/subroutines, the same for operator overloading. Any chance it will be implemented? Or maybe I'm doing something wrong?
example:
module class_instrumentalization
...
private
interface run
module procedure run_list, run_obj
end interface
public :: run
...
I'm working on this and have a working tree, see https://gitlab.com/l_sim/sphinx-fortran branch lsim. It requires some modification in crackfortran from numpy though, that I'm trying to get merged (numpy/numpy#15006).
As soon as it's going on on Numpy side, I'll submit a MR here with the code introducing support for interfaces.
Dear all, we are facing the same issue while documenting a Fortran code with sphinx-fortran in my team. Any chance the developments of @dcaliste will be merged in the master branch of sphinx-fortran?
Thanks for pinging. I forgot I commented here about it. Most of the Numpy patches have been adopted upstream. Next week, I'll tidy my things in my lsim branch and see if I can submit a proper PR here.
Generic procedures are not detected as functions/subroutines, the same for operator overloading. Any chance it will be implemented? Or maybe I'm doing something wrong?
example:
module class_instrumentalization ... private interface run module procedure run_list, run_obj end interface public :: run ...
current result:
The text was updated successfully, but these errors were encountered: