Commit 5d99034e authored by David Schnur's avatar David Schnur

Mandate jsDoc comments for file/function headers.

parent 86c82e51
...@@ -63,8 +63,8 @@ lists, loop definitions, or array/object indices. For example: ...@@ -63,8 +63,8 @@ lists, loop definitions, or array/object indices. For example:
#### Comments #### #### Comments ####
Use // for all comments except the header at the top of a file or inline Use [jsDoc](http://usejsdoc.org) comments for all file and function headers.
include. Use // for all inline and block comments, regardless of length.
All // comment blocks should have an empty line above *and* below them. For All // comment blocks should have an empty line above *and* below them. For
example: example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment