11 lines
270 B
Markdown
11 lines
270 B
Markdown
|
## DOCUMENTATION STANDARDS
|
||
|
|
||
|
Components:
|
||
|
|
||
|
* Heading - h3 for functions, h2 for object creation, h1 for topics
|
||
|
* Short description. For functions, this should start with a verb, like
|
||
|
'Set the center of the map.'
|
||
|
* Arguments, if any
|
||
|
* Return value
|
||
|
* Example, in 4-indent
|