Skip to content

Commit 5d99034

Browse files
committed
Mandate jsDoc comments for file/function headers.
1 parent 86c82e5 commit 5d99034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ lists, loop definitions, or array/object indices. For example:
6363

6464
#### Comments ####
6565

66-
Use // for all comments except the header at the top of a file or inline
67-
include.
66+
Use [jsDoc](http://usejsdoc.org) comments for all file and function headers.
67+
Use // for all inline and block comments, regardless of length.
6868

6969
All // comment blocks should have an empty line above *and* below them. For
7070
example:

0 commit comments

Comments
 (0)