-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1485 from cewert/switch-jsdoc-theme
- Loading branch information
Showing
4 changed files
with
354 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Welcome | ||
|
||
Use the `Modules` dropdown or the search feature to find files and functions to inspect | ||
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()` | ||
- When viewing source files: | ||
- The syntax highlighter doesn't support BrightScript and will treat all source files as JavaScript. | ||
- The page scrolls to the correct line number but it does not highlight the selected line. | ||
- The line numbers listed for functions are incorrect. | ||
- The syntax highlighter treats all source files as JavaScript. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.