You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							31 lines
						
					
					
						
							718 B
						
					
					
				
			
		
		
	
	
							31 lines
						
					
					
						
							718 B
						
					
					
				{ | 
						|
    "source": { | 
						|
        "include": ["src", "README.md"], | 
						|
        "includePattern": ".+\\.js(doc)?$" | 
						|
    }, | 
						|
    "opts": { | 
						|
        "template": "./doc/jsdoc-tmpl", | 
						|
        "encoding": "utf8", | 
						|
        "destination": "./doc/api/", | 
						|
        "recurse": true | 
						|
    }, | 
						|
    "plugins": ["plugins/markdown"], | 
						|
    "templates": { | 
						|
        "applicationName": "ZRender", | 
						|
        "disqus": "", | 
						|
        "googleAnalytics": "", | 
						|
        "openGraph": { | 
						|
            "title": "", | 
						|
            "type": "website", | 
						|
            "image": "", | 
						|
            "site_name": "", | 
						|
            "url": "" | 
						|
        }, | 
						|
        "meta": { | 
						|
            "title": "", | 
						|
            "description": "", | 
						|
            "keyword": "" | 
						|
        } | 
						|
    }, | 
						|
    "readme": "./README.md" | 
						|
} |