2023-10-27 02:19:51 +00:00
|
|
|
# Welcome
|
|
|
|
|
2023-11-11 04:06:42 +00:00
|
|
|
Use the `Modules` dropdown or the search feature to find functions and files to inspect
|
2023-10-27 02:19:51 +00:00
|
|
|
|
|
|
|
## 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.
|
|
|
|
|