-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Would it be within NASA's/the USG's guidelines to accept a community change that adds Doxygen-style comments to source code and a process for generating Doxygen documentation files from those comments?
As it is, there's little inline documentation on what each function's input means or what each struct member is. For example, in struct WhlType, I have no idea what Tmax/Hmax/Tcmd each mean. This makes it difficult to analyze what all 42 can do.
Reactions are currently unavailable