docs: get rid of global symbols.

This commit is contained in:
Christopher Jeffrey 2017-02-10 10:09:27 -08:00
parent 154ee36493
commit 5d2429a7b1
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -841,7 +841,8 @@ PolicyEstimator.fromRaw = function fromRaw(data, minRelay, logger) {
/**
* StatEntry
* @private
* @alias module:mempool.StatEntry
* @ignore
*/
function StatEntry() {
@ -851,7 +852,8 @@ function StatEntry() {
/**
* DoubleMap
* @private
* @alias module:mempool.DoubleMap
* @ignore
*/
function DoubleMap() {