{
	"plugins": [ "plugins/markdown" ],
	"recurseDepth": 10,
	"source": {
		"includePattern": ".+\\.js(doc|x)?$",
		"excludePattern": "(^|\\/|\\\\)_"
	},
	"sourceType": "module",
	"tags": {
		"allowUnknownTags": true,
		"dictionaries": [ "jsdoc", "closure" ]
	},
	"templates": {
		"cleverLinks": true,
		"monospaceLinks": false
	},
	"opts": {
		"encoding": "utf8",
		"tutorials": "./.jsdoc/tutorials",
		"theme_opts": {
			"homepageTitle": "FRjs Docs",
			"displayModuleHeader": true,
			"prefixModuleToSidebarItems_experimental": true,
			"includeFilesListInHomepage": true,
			"default_theme": "dark",
			"title": "FRjs Docs",
			"include_css": [ "./.jsdoc/tweaks.css" ],
			"include_js": [ "./.jsdoc/tweaks.js" ],
			"sections": [
				"Tutorials",
				"Modules",
				"Namespaces",
				"Interfaces",
				"Classes",
				"Events",
				"Mixins",
				"Global",
				"Externals"
			],
			"menu": [
				{
					"title": "Github",
					"link": "https://github.com/egad13/FRjs",
					"target": "_blank"
				}
			],
			"meta": [
				{
					"name": "author",
					"content": "egad13 (https://github.com/egad13)"
				},
				{
					"name": "description",
					"content": "Documentation for the FRjs javascript library."
				}
			]
		}
	},
	"markdown": {
		"idInHeadings": true,
		"hardwrap": "false",
		"tags": [ "yields" ]
	}
}
