siblount / JzSense-Generator

The generator that creates JzSense!
GNU Affero General Public License v3.0
2 stars 0 forks source link

DS3 - Scrapper - Function @returns does not wrap {} around return type. #1

Closed siblount closed 2 years ago

siblount commented 2 years ago

Example: @returns Boolean true if the node was made the new primary selection, otherwise false. is what is currently outputted.

Should be: @returns {Boolean} true if the node was made the new primary selection, otherwise false.

Seems to only be for DS3.

siblount commented 2 years ago

my first issue :d

siblount commented 2 years ago

Problem was in javascript.py, __write_function_documentation(), added extra curly braces to tell formatter to include the curly brace.

Problem was with DS3 and DS4.