diff options
author | Federico Bond <federicobond@gmail.com> | 2016-05-31 22:03:00 -0300 |
---|---|---|
committer | Federico Bond <federicobond@gmail.com> | 2016-05-31 22:03:00 -0300 |
commit | 0c5463c21fb9ff0e07c599cfbb0ce097407fceba (patch) | |
tree | f41b3cd560e3d273c117ae2ada5399e59d8f9e02 | |
parent | 262ecd926415e57e79774e3a6290a344956a94db (diff) | |
download | sjcl-0c5463c21fb9ff0e07c599cfbb0ce097407fceba.zip sjcl-0c5463c21fb9ff0e07c599cfbb0ce097407fceba.tar.gz sjcl-0c5463c21fb9ff0e07c599cfbb0ce097407fceba.tar.bz2 |
Use fully-qualified names in docs
-rw-r--r-- | jsdoc.conf.json | 7 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/jsdoc.conf.json b/jsdoc.conf.json new file mode 100644 index 0000000..8576842 --- /dev/null +++ b/jsdoc.conf.json @@ -0,0 +1,7 @@ +{ + "templates": { + "default": { + "useLongnameInNav": true + } + } +} diff --git a/package.json b/package.json index 92a07c9..9c9a4c8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "scripts": { "test": "make test", - "jsdoc": "jsdoc", + "jsdoc": "jsdoc -c jsdoc.conf.json", "lint": "eslint . || true" }, "engines": { |