You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TECA_ALGORITHM_PROPERTY instantiations need to be converted to doxygen style. In the process run through a spell checker, fix capitalization, grammar, punctuation etc.
Here is an example:
/** @anchor specific_humidity_variable
* @name specific_humidity_variable
* set the name of the variable that contains the specific humidity ("hus")
*/
///@{
TECA_ALGORITHM_PROPERTY(std::string, specific_humidity_variable)
///@}
The TECA_ALGORITHM_PROPERTY instantiations need to be converted to doxygen style. In the process run through a spell checker, fix capitalization, grammar, punctuation etc.
Here is an example:
This was also discussed in #505
The text was updated successfully, but these errors were encountered: