Closed afisher1 closed 2 years ago
@afisher1 is this change included in the 3.3 stuff you did or is this separate?
It looks like the changes here were not included in PR #10
reading the MATLAB documentation the help text needs to be just below the function definition in the .m files so I'll need to change that.
I made the requested changes to the function help comments. removed the multi comment brackets and removed all occurences of param[in,out] err lines from the generated functions.
first attempt at adding % in front of all function comments to make use of help feature in MATLAB. also modified HelicsBool arguments to accept logcials or int/float values of 0 and 1.