Permalink
Please sign in to comment.
Showing
with
492 additions
and 376 deletions.
- +4 −0 History.md
- +2 −6 Makefile
- +41 −16 Readme.md
- +333 −0 doc.json
- +0 −263 index.html
- +109 −89 lib/connect-memcached.js
- +3 −2 package.json
@@ -1,6 +1,2 @@ | ||
-index.html: lib/connect-memcached.js | ||
- dox \ | ||
- --title "connection-memcached" \ | ||
- --desc "Memcached session store for Connect" \ | ||
- --ribbon "https://github.com/balor/connection-memcached" \ | ||
- $< > $@ | ||
+doc.json: lib/connect-memcached.js | ||
+ dox < $< > $@ |

Oops, something went wrong.
0 comments on commit
a9273e4