Use ronnjs 0.2 to generate docs. Small cosmetic change.
[platform/upstream/nodejs.git] / doc / api_header.html
1 <!DOCTYPE html>
2 <head> 
3         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4         <meta name='generator' value='Ronn/v0.4.1'> 
5         <title>node(1) -- evented I/O for V8 JavaScript</title> 
6         <style type='text/css'> 
7                 *{
8                         margin: 0;padding: 0;
9                 }
10                 html,body
11                 {
12                         height: 100%;
13                 }
14                 body
15                 {
16                         font-family:helvetica, arial, sans serif;
17                         background:#22252a;
18                         color:#eee;
19                         font-size:16px;
20       line-height:1.3;
21                         position:relative;
22                         min-width: 690px;
23                 }
24                 a
25                 {
26                         color:#CD5;
27                 }
28                 a:focus
29                 {
30                         outline: none;
31                         -moz-outline: none;
32                 }
33                 pre
34                 {
35                         overflow: hidden;
36                 }
37                 li
38                 {
39                         list-style: inside;
40                 }
41                 #man,#man code,#man pre,#man tt,#man kbd,#man samp
42                 {
43                         line-height:1.6;
44                         color:#eee;
45                         background:#22252a;
46                 }
47
48                 #man
49                 {
50                         margin: 0;
51                         position: absolute;
52                         top:0;
53                         bottom:0;
54                         left: 225px;
55                         right: 0;
56                         overflow: auto;
57                 }
58                 #man-content
59                 {
60                         padding: 0 20px;
61                         max-width: 650px;
62                 }
63                 #man h1,#man h2,#man h3
64                 {
65                         color:#DCDDDE;
66                         clear:left;             
67                 }
68
69                 #man h1
70                 {
71                         background:url("http://nodejs.org/logo.png") no-repeat scroll center 0 transparent;
72                         height:111px;
73                         margin:15px 0 20px;
74                         text-align:center;
75                         text-indent:-2000px;
76                 }
77
78                 #man h2
79                 {
80                         font-size:18px;
81                         background:#000;
82                         color:#CD5;
83                         margin:10px 0;
84                         padding:5px 10px;
85                 }
86
87                 #man h3
88                 {
89                         font-size:16px;
90                         margin:0 0 0 0ex;
91                 }
92
93                 #man p,#man ul,#man ol,#man dl,#man pre
94                 {
95                         margin:0 0 18px;
96                 }
97
98                 #man pre
99                 {
100                         color:#CCCDCE;
101                         background:#121314;
102                         border-left:2ex solid #222;
103                         margin:0 0 20px;
104                         padding:5px 7px;
105                 }
106
107                 #man pre + h2,#man pre + h3
108                 {
109                         margin-top:22px;
110                 }
111
112                 #man h2 + pre,#man h3 + pre
113                 {
114                         margin-top:5px;
115                 }
116
117                 #man > p,#man > ul,#man > ol,#man > dl,#man > pre
118                 {
119                         margin-left:5%;
120                 }
121
122                 #man dt
123                 {
124                         clear:left;
125                         margin:0;
126                 }
127
128                 #man dt.flush
129                 {
130                         float:left;
131                         width:8ex;
132                 }
133
134                 #man dd
135                 {
136                         margin:0 0 0 9ex;
137                 }
138
139                 #man code,#man strong,#man b
140                 {
141                         font-weight:bold;
142                         color:#ECEDEE;
143                 }
144
145                 #man pre code
146                 {
147                         font-weight:normal;
148                         color:#DCDDDE;
149                         background:inherit;
150                 }
151
152                 #man em,var,u
153                 {
154                         font-style:normal;
155                         color:#CCCDCE;
156                         border-bottom:1px solid #999;
157                 }
158
159                 #man ol.man,#man ol.man li
160                 {
161                         float:left;
162                         width:33%;
163                         list-style-type:none;
164                         text-transform:uppercase;
165                         font-size:18px;
166                         color:#666;
167                         letter-spacing:1px;
168                         margin:2px 0 10px;
169                         padding:0;
170                 }
171
172                 #man ol.man
173                 {
174                         width:100%;
175                 }
176
177                 #man ol.man li.tl
178                 {
179                         text-align:left;
180                 }
181
182                 #man ol.man li.tc
183                 {
184                         text-align:center;
185                         letter-spacing:4px;
186                 }
187
188                 #man ol.man li.tr
189                 {
190                         text-align:right;
191                 }
192
193                 #man ol.man a
194                 {
195                         color:#666;
196                 }
197
198                 #man ol.man a:hover
199                 {
200                         color:#CCCDCE;
201                 }
202
203                 #toc
204                 {
205                         position: absolute;
206                         top:0;
207                         bottom:0;
208                         left: 0;
209                         padding-left: 30px;
210                         width: 195px;
211                         overflow: auto;
212                         overflow-x: hidden;
213                         font-size: 15px;
214                 }
215                 #toc li
216                 {
217                         text-wrap: word-wrap;
218                 }
219                 #toc a
220                 {
221                         display: inline-block;
222                         width: 100%;
223                         color: #fff;
224                         text-decoration:none;
225                 }
226                 #toc > a:hover
227                 {
228                         color: rgba(255,255,255,0.7);
229                 }
230                 #toc > ul > li
231                 {
232                         border-bottom:1px solid #0f1214;
233                         padding:5px 0 5px 5px;
234                         list-style: none;
235                         line-height: 1.3;
236                 }
237                 #toc ul ul
238                 {
239                         display: none;
240                 }
241                 #toc ul ul > li
242                 {
243                         border-top:1px solid rgba(0, 0, 0, 0.1);
244                         color:#FFFFFF;
245                         font-size:85%;
246                         line-height:1.3;
247                         list-style:disc outside none;
248                         margin-left:25px;
249                         max-width:165px;
250                         padding:3px 0 5px 5px;
251                 }
252                 #toc li.active > a
253                 {
254                         color:#CD5;
255                 }
256
257                 .sh_sourceCode
258                 {
259                         font-family: monospace;
260                         overflow:hidden;
261                 }
262
263                 #toc .toggler
264                 {
265                         -moz-user-select:none;
266                         background:none repeat scroll 0 0 #000000;
267                         color:#FFFFFF;
268                         display:inline-block;
269                         font-weight:bold;
270                         height:31px;
271                         line-height:32px;
272                         margin:-5px 8px -18px -33px;
273                         outline:medium none;
274                         padding:0;
275                         text-align:center;
276                         width:25px;
277                 }
278                 .current-section
279                 {
280                         position: fixed;
281                         top: 0;
282                         margin: 0 !important;
283                 }
284                 #toctitle
285                 {
286                         background:none repeat scroll 0 0 #000000;
287                         color:#CCDD55;
288                         font-size:18px;
289                         margin: 0 0 10px -30px;
290                         padding: 10px;
291                 }
292         </style>
293 <link rel="stylesheet" href="./sh_vim-dark.css" type="text/css" />
294 </head>
295 <body>
296
297 <div id="toc">
298         <div id="toctitle">Node v0.1.100</div>
299         <noscript>JavaScript must be enabled in your browser to display the table of contents.</noscript>
300 </div>
301 <div id='man'>
302 <div id="man-content">
303 <ol class='head man'>
304   <li class='tl'>node(1)</li>
305
306   <li class='tc'></li>
307   <li class='tr'>node(1)</li>
308 </ol>