不要怂,就是干,撸起袖子干!

Commit 83ce147d by Jan Aagaard Meier

Fixed a bug with linking to mixings in docs, and moved markdox to dev deps

1 parent 538b86dd
Showing with 4 additions and 4 deletions
...@@ -117,7 +117,7 @@ var options = { ...@@ -117,7 +117,7 @@ var options = {
javadoc.mixes = getTags(javadoc.raw.tags, 'mixes').map(function (mix) { javadoc.mixes = getTags(javadoc.raw.tags, 'mixes').map(function (mix) {
return { return {
text: mix.string, text: mix.string,
link: (mix.string.indexOf('www') !== -1 || mix.string.indexOf('http') !== -1) ? mix.string: '#API-Reference-' + mix.string link: (mix.string.indexOf('www') !== -1 || mix.string.indexOf('http') !== -1) ? mix.string: 'API-Reference-' + mix.string
} }
}) })
......
...@@ -52,8 +52,7 @@ ...@@ -52,8 +52,7 @@
"sql": "~0.35.0", "sql": "~0.35.0",
"circular-json": "~0.1.5", "circular-json": "~0.1.5",
"bluebird": "~0.11.5", "bluebird": "~0.11.5",
"node-uuid": "~1.4.1", "node-uuid": "~1.4.1"
"markdox": "0.1.4"
}, },
"devDependencies": { "devDependencies": {
"sqlite3": "~2.1.12", "sqlite3": "~2.1.12",
...@@ -70,7 +69,8 @@ ...@@ -70,7 +69,8 @@
"istanbul": "~0.1.45", "istanbul": "~0.1.45",
"coveralls": "~2.7.1", "coveralls": "~2.7.1",
"async": "~0.2.10", "async": "~0.2.10",
"coffee-script": "~1.7.1" "coffee-script": "~1.7.1",
"markdox": "0.1.4"
}, },
"keywords": [ "keywords": [
"mysql", "mysql",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!