Commit ad75e37
authored
A newline is needed at the end of this file
If that newline is not present, in macosx + nodejs@v12.15.0 it will mix the name of a function with its own description, so
```
@function someFunct
@description someDescription
...
```
will end up like `someFunct(param1, param2) => someReturn someDescription`
The newline helps mitigating that problem (the arrow still will be shown in the leftbar menu).
Anyway, is always a good practice to add a newline on everyfile.1 parent 203d170 commit ad75e37
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments