-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2aace7
commit 0979cde
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |