From be2df066378166d0cdf5f040291e333044dac074 Mon Sep 17 00:00:00 2001 From: Ivan Yan Date: Sun, 24 May 2015 08:18:48 +0800 Subject: [PATCH] Docs: Improve API references --- docs/API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/API.md b/docs/API.md index c4252457b..f0227f2b1 100644 --- a/docs/API.md +++ b/docs/API.md @@ -104,7 +104,7 @@ Default: `false` If true, it will create a duplex stream which passes items through and emits globbed files. -### options.allowEmpty +##### options.allowEmpty Type: `Boolean` Default: `false` @@ -389,7 +389,7 @@ gulp.task('sometask', function() { }); ``` -### lastRun(taskName, [timeResolution]) +### gulp.lastRun(taskName, [timeResolution]) Returns the timestamp of the last time the task ran successfully. The time will be the time the task started. Returns `undefined` if the task has