File: jsdoc-conf.json

Recommend this page to a friend!
  Classes of Sebastian Schlapkohl   jQuery Annex   jsdoc-conf.json   Download  
File: jsdoc-conf.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Annex
General purpose functions missing in jQuery
Author: By
Last change: Update of jsdoc-conf.json
Date: 19 days ago
Size: 497 bytes
 

Contents

Class file image Download
{ "opts": { "template": "doc-templates/default", "encoding": "utf8", "destination": "./doc/", "recurse": true, "//tutorials": "path/to/tutorials", "readme" : "readme.md" }, "tags": { "allowUnknownTags": true }, "source": { "include" : ["src/jquery.annex.js"], "includePattern": ".+\\.js(doc|x)?$", "excludePattern": "(^|\\/|\\\\)_" }, "plugins": [], "templates": { "cleverLinks": false, "monospaceLinks": false, "default": { "outputSourceFiles": true } } }