Skip to content

Commit

Permalink
Update fucking doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Nov 5, 2018
1 parent d8df647 commit 2ee98f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function stopWithHelp(...msgs) {
* @param {string} inputFile
* @param {string} configFile
* @param {string} outputFile
* @param {boolean} autoprefix
* @return {Promise}
*/
function build(inputFile, configFile, outputFile, autoprefix) {
Expand All @@ -85,6 +86,7 @@ function build(inputFile, configFile, outputFile, autoprefix) {
* @param {string} inputFile
* @param {string} configFile
* @param {string} outputFile
* @param {boolean} autoprefix
* @return {Promise}
*/
function buildToStdout(inputFile, configFile, outputFile, autoprefix) {
Expand All @@ -99,6 +101,7 @@ function buildToStdout(inputFile, configFile, outputFile, autoprefix) {
* @param {string} inputFile
* @param {string} configFile
* @param {string} outputFile
* @param {boolean} autoprefix
* @param {int[]} startTime
* @return {Promise}
*/
Expand Down

0 comments on commit 2ee98f2

Please sign in to comment.