Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Fix JSDoc syntax errors #9813

Merged
merged 2 commits into from Jan 20, 2018
Merged

Build: Fix JSDoc syntax errors #9813

merged 2 commits into from Jan 20, 2018

Commits on Jan 6, 2018

  1. Build: Fix JSDoc syntax errors

    JSDoc syntax errors were causing "npm run docs" to fail.
    
    - JSDoc doesn't yet support specifying array content, i.e. "[number,
      number]" is a syntax error, so I'm using "number[]" instead. (source:
      jsdoc/jsdoc#1073)
    
    - JSDoc doesn't support multiline objects, e.g. returning report information
      was a syntax error, so I extracted it into a typedef, as well as the
      disable directive.
    silvenon committed Jan 6, 2018
    Copy the full SHA
    dba9d0e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Copy the full SHA
    9affb28 View commit details
    Browse the repository at this point in the history