Source: tags/constant.js

/** @constant
    @type {string}
    @default
*/
const RED = 'FF0000';

/** @constant {number} */
var ONE = 1;
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.