Skip to content

Commit

Permalink
A newline is needed at the end of this file
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nriesco authored Mar 10, 2020
1 parent 203d170 commit ad75e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/header.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<a name="{{{anchorName}}}"></a>

{{>heading-indent}}{{>sig-name}}
{{>heading-indent}}{{>sig-name}}

0 comments on commit ad75e37

Please sign in to comment.