NOAA-EMC / NCEPLIBS-bufr

The NCEPLIBS-bufr library contains routines and utilites for working with the WMO BUFR format.
Other
44 stars 19 forks source link

modernize C-Fortran interface for crwbmg routines #412

Closed jbathegit closed 1 year ago

jbathegit commented 1 year ago

Part of #79 Part of #252 Part of #254

edwardhartnett commented 1 year ago

WRT doxygen I ran into this problem before and it's a weird one. Here's a stackoverflow question that gives the answer: https://stackoverflow.com/questions/59970141/how-to-get-doxygen-to-work-with-fortran-interface-statements

So I updated the code to include that, and we'll see what the CI has to say...

jbathegit commented 1 year ago

Wow, thanks Ed - I'm not sure I would have ever found that on my own!

As you can see, the CI ran fine, and this also brings the gcovr up to exactly 80.0%, which is a good milestone!

and there was much rejoicing!

The rendered Doxygen output also looks pretty-good too, so if you can approve this PR I'll go ahead and get it merged. And I'll go ahead and get #410 merged as well.