mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
remove Node.js caveats
This commit is contained in:
parent
d3cff64ec0
commit
3aeb037d07
@ -19,7 +19,7 @@ var NODE = exports.NODE = 'node';
|
||||
* The JavaScript runtime that is executing JSDoc:
|
||||
*
|
||||
* + `module:jsdoc/util/runtime~RHINO`: Mozilla Rhino.
|
||||
* + `module:jsdoc/util/runtime~NODE`: Node.js (not currently supported).
|
||||
* + `module:jsdoc/util/runtime~NODE`: Node.js.
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
@ -44,7 +44,7 @@ exports.isRhino = function() {
|
||||
};
|
||||
|
||||
/**
|
||||
* Check whether Node.js is running JSDoc. (Node.js is not currently supported.)
|
||||
* Check whether Node.js is running JSDoc.
|
||||
* @return {boolean} Set to `true` if the current runtime is Node.js.
|
||||
*/
|
||||
exports.isNode = function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user