Source: tags/kind.js

/**
 * This will show up as a constant
 * @module myModule
 * @kind constant
 */

/**
 * This will show up as a module.
 * @kind constant
 * @module myModule
 */
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.