Skip to content

Commit ad75e37

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<a name="{{{anchorName}}}"></a>
22

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

0 commit comments

Comments
 (0)