You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by "mike-jumper (via GitHub)" <gi...@apache.org> on 2023/05/19 02:27:24 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request, #872: GUACAMOLE-615: Correct JSDoc annotation for array of any type.

mike-jumper opened a new pull request, #872:
URL: https://github.com/apache/guacamole-client/pull/872

   The documentation build is currently failing with the following error:
   
   ```
   $ jsdoc -c jsdoc-conf.json
   ERROR: Unable to parse a tag's type expression for source file /home/mjumper/apache/guacamole/guacamole-client/guacamole-common-js/src/main/webapp/modules/Parser.js in line 310 with tag title "param" and text "{!*[]} elements
       The values that should be encoded as the elements of a Guacamole
       instruction. Order of these elements is preserved. This array MUST have
       at least one element.": Invalid type expression "!*[]": Expected "=", "|", or end of input but "[" found.
   ERROR: Unable to parse a tag's type expression for source file /home/mjumper/apache/guacamole/guacamole-client/guacamole-common-js/src/main/webapp/modules/Parser.js in line 324 with tag title "param" and text "{!*[]} elements
       The values that should be encoded as the elements of a Guacamole
       instruction. Order of these elements is preserved. This array MUST have
       at least one element.": Invalid type expression "!*[]": Expected "=", "|", or end of input but "[" found.
   $
   ```
   
   Apparently `*[]` is not a valid JSDoc annotation for an array of any type, and `Array.<*>` must be used instead.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [guacamole-client] jmuehlner merged pull request #872: GUACAMOLE-615: Correct JSDoc annotation for array of any type.

Posted by "jmuehlner (via GitHub)" <gi...@apache.org>.
jmuehlner merged PR #872:
URL: https://github.com/apache/guacamole-client/pull/872


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org