diff --git a/jsdoc.json b/jsdoc.json index 890002e4b..89c3527f9 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -1,17 +1,18 @@ { - "source": { - "include": [ - "src/" - ] - }, - "opts": { - "destination": "doc/autogenerated/", - "recurse": true - }, - "plugins": [ - "plugins/markdown" - ], - "tags": { - "allowUnknownTags": false - } + "source": { + "include": [ + "src/" + ] + }, + "opts": { + "destination": "doc/autogenerated/", + "pedantic": true, + "recurse": true + }, + "plugins": [ + "plugins/markdown" + ], + "tags": { + "allowUnknownTags": true + } }