Skip to content

Commit

Permalink
New jsdoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Nov 26, 2017
1 parent d2aace7 commit 0979cde
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions doc/jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"opts": {
"recurse": true,
"destination": "dist/doc"
},
"tags": {
"allowUnknownTags": true
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_",
"exclude": [
],
"include": [
"src", "doc/jsdoc.md"
]
},
"plugins": [
"node_modules/jsdoc/plugins/markdown"
],
"templates": {
"cleverLinks": true,
"systemName": "JSTS",
"copyright": "Björn Harrtell",
"monospaceLinks": true,
"default": {
"outputSourceFiles": true,
"useLongnameInNav": true
},
"applicationName": "JSTS"
}
}
1 change: 1 addition & 0 deletions doc/jsdoc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This API documentation is for the ES6 source and describe the manually ported IO-classes. Note that the `jsts` packages also exposes the same public API as `org.locationtech.jts` in the [JTS API](http://locationtech.github.io/jts/javadoc).

0 comments on commit 0979cde

Please sign in to comment.