jf-roku/docs/api-docs-readme.md

11 lines
419 B
Markdown
Raw Normal View History

# Welcome
2023-11-11 04:06:42 +00:00
Use the `Modules` dropdown or the search feature to find functions and files to inspect
## Known Issues
- BrighterScript namespaces:
- Duplicate function names will prevent the entire file from being parsed by JSDoc i.e. having `namespace.red.Delete()` and `namespace.blue.Delete()`
2023-11-11 04:06:42 +00:00
- The line numbers listed for functions are incorrect.
- The syntax highlighter treats all source files as JavaScript.