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
Well I cannot see why this is not working. I'll take another look and see what I can figure out...
Maybe because it (and crbmg_c, cwbmg_c, and ccbfl_c too) are all interfaces defined inside of a module in bufr_interface.F90, and each of them in turn binds to a C function of the same name (minus the _c)?
In other words, cobfl_c is an interface which binds to the C function cobfl, crbmg_c is an interface which binds to the C function crbmg, etc.
I agree though, I'm not sure why Doxygen is apparently confused by this.
It definitely seems like this has something to do with the fact that these are all defined as interfaces rather than as actual functions, but I still can't figure out what exactly is missing here.
Over the past couple of days I've tried playing around with variations of the Doxygen fn directives in bufr_interface.F90 (see #618 and #619), but I still haven't had any luck in getting any of them to pass the developer CI test. And if we can't pass the developer CI test, then we have no new Doxygen artifact to look at to see if it now contains these hyperlinks.
The text was updated successfully, but these errors were encountered: