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
Change pspm_help such that the second output argument, arguments is a struct with field names corresponding to the argument names of the target function.
Add field "References" to the first argument. This should be a cell array of char, in which each char vector corresponds to oen reference. (pspm_glm is a good test case).
Describe the rules by which function help is parsed. Currently, this throws errors for most functions but it is hard to fix these.
If possible, parse (or remove) matlab help references (as in pspm_pupil_correct_eyelink); if too complicated this can also be done manually on a case-by-case basis.
Feature Description
pspm_glmis a good test case).pspm_pupil_correct_eyelink); if too complicated this can also be done manually on a case-by-case basis.