dtex / j5e

Framework for embedded devices using ECMA-419, the ECMAScript® embedded systems API specification, based on Johnny-Five's API
https://www.j5e.dev/
MIT License
64 stars 6 forks source link

Fix whitespace #95

Closed bartmichu closed 3 years ago

dtex commented 3 years ago

Thank you for the PR, but all the files in ./docs are generated by JSDoc. This would just get overwritten next time the docs are regenerated. I suppose the real fix needs to be in the JSDoc templates, but I'm not sure it's worth the effort. If I find a better JSDoc template I'm going to switch.

bartmichu commented 3 years ago

Ah that makes sense. Thanks for explanation.