-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doxygen for BNDLYR.f #408
Doxygen for BNDLYR.f #408
Conversation
@edwardhartnett One question for you. Is there a standard of how to document a subroutine that has no Inputs or outputs. BNDLYR.f has no inputs, so I did not add anything for that. But, I could add 'param[in] None'. Please advise - thanks! |
@hertneky it's OK if there's no [in] parameters. Just document what is there. If there's no in, there's no in, and that's OK. ;-) |
@hertneky Can you sync your branch with upstream/develop? Your PR would be the next one for reviewing, testing and merging. Thanks! |
@WenMeng-NOAA Sync'd and tested on Hera |
This PR is for documentation enhancement. There are no impact on the UPP regression tests. |
This is part of Issue #392
Fixes the doxygen warnings in BNDLYR.f.