How can I properly document a returned callback that returns multiple parameters. Exe:
return callback(error, success);
How can I properly document a returned callback that returns multiple parameters. Exe:
return callback(error, success);
Copyright © 2021 Jogjafile Inc.
I would document this return value as follows:
That is -- use the actual string description of the return statement. (YUIDoc doesn't really have the ability to document what you want explicitly, without describing in text.)