comparison trunk/src/html_map.d @ 795:069317bb84cf

Improved CSS document.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 29 Feb 2008 03:04:15 +0100
parents ef9bee5a2d61
children f7688996bf08
comparison
equal deleted inserted replaced
794:a7320b7cb7dc 795:069317bb84cf
3 "DocHead" : `<html>`\n 3 "DocHead" : `<html>`\n
4 `<head>`\n 4 `<head>`\n
5 ` <meta http-equiv="Content-Type" content="text/html; charset=utf-8">`\n 5 ` <meta http-equiv="Content-Type" content="text/html; charset=utf-8">`\n
6 ` <link href="html.css" rel="stylesheet" type="text/css">`\n 6 ` <link href="html.css" rel="stylesheet" type="text/css">`\n
7 `</head>`\n 7 `</head>`\n
8 `<body>`\n, 8 `<body>`\n
9 "DocEnd" : "\n</body>" 9 `<table><tr>`\n,
10 "DocEnd" : "\n</tr></table>"
11 "\n</body>"
10 "\n</html>", 12 "\n</html>",
11 "SourceBegin" : `<pre class="sourcecode">`, 13 "SourceBegin" : `<td><pre class="sourcecode">`,
12 "SourceEnd" : "\n</pre>", 14 "SourceEnd" : "\n</pre></td>",
13 "CompBegin" : `<div class="compilerinfo">`\n, 15 "CompBegin" : `<div class="compilerinfo">`\n,
14 "CompEnd" : "</div>\n", 16 "CompEnd" : "</div>\n",
15 "LexerError" : `<p class="error L">{0}({1},{2})L: {3}</p>`\n, 17 "LexerError" : `<p class="error L">{0}({1},{2})L: {3}</p>`\n,
16 "ParserError" : `<p class="error P">{0}({1},{2})P: {3}</p>`\n, 18 "ParserError" : `<p class="error P">{0}({1},{2})P: {3}</p>`\n,
17 "LineNumberBegin" : `<div class="linescolumn">`, 19 "LineNumberBegin" : `<td class="linescolumn">`,
18 "LineNumberEnd" : `</div>`, 20 "LineNumberEnd" : `</td><td>`,
19 "LineNumber" : `<a id="L{0}" href="#L{0}">{0}</a>`, 21 "LineNumber" : `<a id="L{0}" href="#L{0}">{0}</a>`,
20 22
21 // Node categories: 23 // Node categories:
22 "Declaration" : "d", 24 "Declaration" : "d",
23 "Statement" : "s", 25 "Statement" : "s",