Commit fd7ad98
authored
docs: add some javadoc on E in hopes that it'll be visible in IDEs (#2714)
Closes: #2706
## Description
Add some documentation on *E*, in hopes that it will appear as hovertext
in IDEs. Also added an example and a link to the API Documentation.
### Security Considerations
No impact
### Scaling Considerations
No consequences.
### Documentation Considerations
No change to any interface. The goal is to add jsDoc to E.
### Testing Considerations
I don't know how to test this before it's deployed. In WebStorm, I was
able to see the comment when hovering on *E* in `no-shim.js`, but not
anywhere else.
### Compatibility Considerations
No effects
### Upgrade Considerations
None1 parent 1bf94a1 commit fd7ad98
2 files changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
198 | 206 | | |
199 | 207 | | |
200 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
8 | 19 | | |
9 | 20 | | |
10 | 21 | | |
| |||
0 commit comments