aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/gen-docs.js
diff options
context:
space:
mode:
authorShyam Seshadri2013-03-15 22:17:08 +0530
committerMisko Hevery2013-03-15 20:56:22 -0700
commit70cf0a389f7ed60edc248e302a5201b283c0a213 (patch)
treeffdbeb60b64317a73f4cc7257faaea79dc751612 /docs/src/gen-docs.js
parent7d4ccea579b0cf6fc39462ef6a7acab5aa675175 (diff)
downloadangular.js-70cf0a389f7ed60edc248e302a5201b283c0a213.tar.bz2
feat(docs): Add Improve this doc link in each doc page, which links to the edit mode of that file in github
Diffstat (limited to 'docs/src/gen-docs.js')
-rwxr-xr-xdocs/src/gen-docs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js
index 992c4527..b05569dd 100755
--- a/docs/src/gen-docs.js
+++ b/docs/src/gen-docs.js
@@ -32,7 +32,7 @@ writer.makeDir('build/docs/', true).then(function() {
});
}).then(function printStats() {
console.log('DONE. Generated ' + docs.length + ' pages in ' + (now()-start) + 'ms.' );
-}).done();
+});
function writeTheRest(writesFuture) {