-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.4
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-75962-master -
Alas, more jsdoc violations have crept in to 400, and master:
➜ sm git:(MDL-75936-master) npx grunt jsdoc
|
Running "jsdoc:dist" (jsdoc) task
|
>> ERROR: Unable to parse a tag's type expression for source file /Users/nicols/Sites/moodles/sm/moodle/lib/amd/src/chart_output_chartjs.js in line 291 with tag title "returns" and text "{*[]}": Invalid type expression "*[]": Expected "!", "=", "?", "|", or end of input but "[" found.
|
>> ERROR: Unable to parse a tag's type expression for source file /Users/nicols/Sites/moodles/sm/moodle/lib/amd/src/chart_output_chartjs.js in line 298 with tag title "returns" and text "{*[]}": Invalid type expression "*[]": Expected "!", "=", "?", "|", or end of input but "[" found.
|
>> WARNING: The @type tag does not permit a description; the description will be ignored. File: event_list.js, line: 65
|
>> WARNING: The @type tag does not permit a description; the description will be ignored. File: event_list.js, line: 66
|
>> WARNING: The @type tag does not permit a description; the description will be ignored. File: event_list.js, line: 67
|
>> WARNING: The @type tag does not permit a description; the description will be ignored. File: event_list.js, line: 68
|
Warning: jsdoc terminated with a non-zero exit code Use --force to continue.
|
|
Aborted due to warnings.
|