Skip to content

Commit

Permalink
Added support for generating the docs using dox-fundation
Browse files Browse the repository at this point in the history
References moscajs#19.
  • Loading branch information
mcollina committed Feb 16, 2013
1 parent 4bc830f commit 94a6aae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ results

node_modules
npm-debug.log
.idea
.idea
docs
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@ bench-$(RUNS): bench-setup

bench: bench-clean bench-1 bench-10 bench-100 bench-1000

docs-clean:
rm -rf docs

docs: docs-clean
./node_modules/.bin/dox-foundation --source lib --target docs

.PHONY: test
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/mcollina/ascoltatori.git"
},
"bugs": {
"url" : "http://github.com/mcollina/ascoltatori/issues"
"url": "http://github.com/mcollina/ascoltatori/issues"
},
"keywords": [
"publish",
Expand Down Expand Up @@ -41,7 +41,8 @@
"optimist": "~0.3.5",
"mqtt": "~0.1.8",
"async_bench": "0.0.1",
"underscore": "~1.4.4"
"underscore": "~1.4.4",
"dox-foundation": "~0.4.4"
},
"dependencies": {
"async": "~0.2.4"
Expand Down

0 comments on commit 94a6aae

Please sign in to comment.