forked from arthurevans/doctools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsduck.config
18 lines (18 loc) · 849 Bytes
/
jsduck.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"--external": "void,Callback,Backbone.Collection,Backbone.Model,Backbone.Events,Any",
"--meta-tags": "meta",
"--welcome": "welcome.html",
"--head-html": "<link rel='stylesheet' href='resources/css/my.css' type='text/css'><link rel='stylesheet' href='resources/css/common.css' type='text/css'>",
"--body-html": [ "<script type=\"text/javascript\">",
"Docs.otherProducts = [ {",
"text: 'Appcelerator Platform',",
"href: '../../platform/latest/'",
"}, {",
"text: 'ArrowDB',",
"href: '../../arrowdb/latest/'",
"} ] </script>" ],
"--guides": "./build/guides/guides.json",
"--warnings": "-req_after_opt,-dup_member,-html",
"--videos": "./build/videos.json",
"--": ["./build/titanium.js" ]
}