|
|
@@ -0,0 +1,20 @@
|
|
|
+{
|
|
|
+ "tags": {
|
|
|
+ "allowUnknownTags": true
|
|
|
+ },
|
|
|
+ "source": {
|
|
|
+ "includePattern": ".+\\.js(doc|x)?$",
|
|
|
+ "excludePattern": "(^|\\/|\\\\)_"
|
|
|
+ },
|
|
|
+ "plugins": [
|
|
|
+ "plugins/markdown",
|
|
|
+ "plugins/summarize"
|
|
|
+ ],
|
|
|
+ "templates": {
|
|
|
+ "cleverLinks": false,
|
|
|
+ "monospaceLinks": false,
|
|
|
+ "default": {
|
|
|
+ "outputSourceFiles": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|