ww3_doxy_tmpl.md: fix module vars#599
Conversation
|
@MatthewMasarik-NOAA I can confirm that the |
@ukmo-ccbunney Awesome! I'm glad to hear that : ) After making that change there were only a few errors I was getting too. @edwardhartnett mentioned removing all the errors, then requiring people's checkin's be error free going forward. This is probably the way to go, so I've worked on removing them and just have one left at this point. I'll have all the error's removed before submitting the batch of marked up files. |
aliabdolali
left a comment
There was a problem hiding this comment.
After a discussion with Matt, I am happy with this PR.
ww3_doxy_tmpl.md, Doxyfile.in fixes
* Point CDEPS to develop branch of NOAA-EMC/CDEPS * Change application name "DATM" to "NG-GODAS" * Change application name "DATM-NEMS" to "NG-GODAS-NEMSDATM" * Use a mesh file in MOM6 cap instead of a grid file
Pull Request Summary
Fixes the module header in
ww3_doxy_tmpl.mdregarding variables.Description
Provide a detailed description of what this PR does.
MODULEs displayed documentation of variables incorrectly. They were shown using the@paramtag, which should not be used, and instead documentation should be done inline. That is directly above or after the variable where it occurs in the source.Doxyfile.inparameterEXTENSION_MAPPINGedited for Fortran90 files using the.F90suffix. Fixes doxygen error,state: 22(String), identified by @ukmo-ccbunney .What bug does it fix, or what feature does it add?
state: 22(String).Is a change of answers expected from this PR?
ww3_doxy_tmpl.mdandDoxygen.in.Please also include the following information:
Issue(s) addressed
Not associated with an issue.
Commit Message
ww3_doxy_tmpl.md, Doxyfile.in fixes
Check list
Testing