mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
/**
|
|
* Controls whether debugging is enabled.
|
|
*
|
|
* @define {boolean} `true` if enabled, `false` otherwise
|
|
*/
|
|
var ENABLE_DEBUG = true;
|