unknown 5 лет назад
Родитель
Сommit
4a21336c01
1 измененных файлов с 20 добавлено и 0 удалено
  1. 20 0
      o2web/jsdoc.conf.json

+ 20 - 0
o2web/jsdoc.conf.json

@@ -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
+        }
+    }
+}