Improve WaterSSTP helper class documentation.#809
Conversation
|
Hi, @24sharkS, many thanks! I think this is definitely a good start, and may end up being sufficient. I think it probably answers the main question that I posed in #646. The only remaining question on my mind is whether any additional info could give the interested user a better sense of how these files relate to one another. For example, are each of these called directly by Reading over the documentation (both your improved documentation here, plus the original documentation in Thanks again, |
|
@decaluwe yes I would be happy to do so. |
speth
left a comment
There was a problem hiding this comment.
Rather than updating the docstrings that apply to the header and implementation files (i.e. the first Doxygen comment block occuring in each file), I would suggest that any additional documentation be added to the docstrings for the classes (occurring just before the declaration of the class). I think the documentation pages for the classes (e.g. WaterPropsIAPWS) are generally far more useful than those for the files (e.g. WaterPropsIAPWS.h).
|
@24sharkS Are you planning to update this pull request? If not, it's fine, I'm just trying to do a bit of cleanup. Thank you! |
|
@bryanwweber Sorry, I wasn't able to update it. If you wan't to close it, it's totally fine. |
|
Thanks @24sharkS ! |
Checklist
scons build&scons test) and unit tests address code coverageIf applicable, fill in the issue number this pull request is fixing
Fixes #646
Changes proposed in this pull request