/wiki/TagConstant.wiki
http://jsdoc-toolkit.googlecode.com/ · Unknown · 20 lines · 14 code · 6 blank · 0 comment · 0 complexity · a9c0876996638701e2f10b1bcfa60198 MD5 · raw file
- #summary @constant
- == The @constant Tag ==
- The `@constant` tag allows you to mark a variable as being constant.
- === Syntax ===
- {{{
- @constant
- }}}
- === Example ===
- {{{
- /**
- * @constant
- */
- const acceleration = 9.80665;
- }}}