Update doc

This commit is contained in:
eight 2018-10-14 01:12:57 +08:00
parent 7d005f3eaa
commit 53efd78b89

View File

@ -65,11 +65,12 @@
} }
/** /**
* Parse the source and find the duplication * Parse the source, find the duplication, and build sections with variables
* @param _ * @param _
* @param {String} _.sourceCode * @param {String} _.sourceCode
* @param {Boolean=} _.checkDup * @param {Boolean=} _.checkDup
* @param {Boolean=} _.metaOnly * @param {Boolean=} _.metaOnly
* @param {Object} _.vars
* @returns {Promise<{style, dup:Boolean?}>} * @returns {Promise<{style, dup:Boolean?}>}
*/ */
function build({ function build({