Skip to content

Commit 2ee98f2

Browse files
committed
Update fucking doc blocks
1 parent d8df647 commit 2ee98f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cli/commands/build.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ function stopWithHelp(...msgs) {
6363
* @param {string} inputFile
6464
* @param {string} configFile
6565
* @param {string} outputFile
66+
* @param {boolean} autoprefix
6667
* @return {Promise}
6768
*/
6869
function build(inputFile, configFile, outputFile, autoprefix) {
@@ -85,6 +86,7 @@ function build(inputFile, configFile, outputFile, autoprefix) {
8586
* @param {string} inputFile
8687
* @param {string} configFile
8788
* @param {string} outputFile
89+
* @param {boolean} autoprefix
8890
* @return {Promise}
8991
*/
9092
function buildToStdout(inputFile, configFile, outputFile, autoprefix) {
@@ -99,6 +101,7 @@ function buildToStdout(inputFile, configFile, outputFile, autoprefix) {
99101
* @param {string} inputFile
100102
* @param {string} configFile
101103
* @param {string} outputFile
104+
* @param {boolean} autoprefix
102105
* @param {int[]} startTime
103106
* @return {Promise}
104107
*/

0 commit comments

Comments
 (0)