-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.html
121 lines (87 loc) · 3.44 KB
/
defaults.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<title>Defaults</title>
<meta charset="UTF-8">
<link rel="stylesheet" media="all" href="public/stylesheets/normalize.css" />
<link rel="stylesheet" media="all" href="docs/docco.css" />
</head>
<body>
<div class="container">
<div class="page">
<div class="header">
<h1 id="defaults">Defaults</h1>
<p>These are the default configuration options. All of these may be extended
by user-specified options - either in the CLI or programatically.</p>
<div class='highlight'><pre><span class="hljs-keyword">export</span> <span class="hljs-keyword">default</span> {
<span class="hljs-attr">css</span>: <span class="hljs-literal">null</span>,
<span class="hljs-attr">extension</span>: <span class="hljs-literal">null</span>,
<span class="hljs-attr">languages</span>: {},
<span class="hljs-attr">layout</span>: <span class="hljs-string">"parallel"</span>,
<span class="hljs-attr">marked</span>: <span class="hljs-literal">null</span>,
<span class="hljs-attr">output</span>: <span class="hljs-string">"docs"</span>,
<span class="hljs-attr">template</span>: <span class="hljs-literal">null</span>,
<span class="hljs-attr">throw</span>: <span class="hljs-literal">false</span>,
<span class="hljs-attr">verbose</span>: <span class="hljs-literal">false</span>
};</pre></div>
<div class="toc">
<h3>Table of Contents</h3>
<ol>
<li>
<a class="source" href="cli.html">
lib/cli.js
</a>
</li>
<li>
<a class="source" href="configure.html">
lib/configure.js
</a>
</li>
<li>
<a class="source" href="defaults.html">
lib/defaults.js
</a>
</li>
<li>
<a class="source" href="docco.html">
lib/docco.js
</a>
</li>
<li>
<a class="source" href="document.html">
lib/document.js
</a>
</li>
<li>
<a class="source" href="format.html">
lib/format.js
</a>
</li>
<li>
<a class="source" href="index.html">
lib/index.js
</a>
</li>
<li>
<a class="source" href="languages.html">
lib/languages.js
</a>
</li>
<li>
<a class="source" href="parse.html">
lib/parse.js
</a>
</li>
<li>
<a class="source" href="write.html">
lib/write.js
</a>
</li>
</ol>
</div>
</div>
<div class="fleur">h</div>
</div>
</div>
</body>
</html>