Differences From Artifact [26ac57c2c82a7847]:
- File
doc/layer.html
- 2010-11-25 03:32:41 - part of checkin [474c4facf0] on branch trunk - Introduced makefile to build documents. sample/macro.pmy is fully reformed. print(x) now returns x, not 0. (user: kinaba) [annotate]
To Artifact [a4f78e6e3d8c715a]:
- File
doc/layer.html
- 2010-11-26 07:42:38 - part of checkin [f7e9e77316] on branch trunk - introduced "..." expression, and replaced the pattern match failure with this. (user: kinaba) [annotate]
37 37
38 38 <dd>Type for the layer ID<br><br>
39 39
40 40 </dd>
41 41
42 42 <script>explorer.outline.writeEnabled = true;</script>
43 43 <dt><span class="decl">
44 -<span class="currsymbol">SystemLayer</span>
45 -<script>explorer.outline.addDecl('SystemLayer');</script>
44 +<span class="currsymbol">LiftLayer</span>
45 +<script>explorer.outline.addDecl('LiftLayer');</script>
46 +
47 +</span></dt>
48 +<script>explorer.outline.writeEnabled = false;</script>
49 +
50 +
51 +<dd>Predefined layer for storing lift functions<br><br>
52 +
53 +</dd>
54 +
55 +<script>explorer.outline.writeEnabled = true;</script>
56 +<dt><span class="decl">
57 +<span class="currsymbol">NoopLayer</span>
58 +<script>explorer.outline.addDecl('NoopLayer');</script>
46 59
47 60 </span></dt>
48 61 <script>explorer.outline.writeEnabled = false;</script>
49 62
50 63
51 -<dd>Predefined layer for internal data<br><br>
64 +<dd>Predefined layer for just allocating a slot for table<br><br>
52 65
53 66 </dd>
54 67
55 68 <script>explorer.outline.writeEnabled = true;</script>
56 69 <dt><span class="decl">
57 70 <span class="currsymbol">ValueLayer</span>
58 71 <script>explorer.outline.addDecl('ValueLayer');</script>
................................................................................
150 163 <script>explorer.outline.decSymbolLevel();</script>
151 164
152 165
153 166 </td></tr>
154 167 <tr><td id="docfooter">
155 168 Page was generated with
156 169 <img src="candydoc/img/candydoc.gif" style="vertical-align:middle; position:relative; top:-1px">
157 - on Thu Nov 25 12:13:48 2010
170 + on Fri Nov 26 16:41:46 2010
158 171
159 172 </td></tr>
160 173 </table>
161 174 </div>
162 175 <script>
163 176 explorer.packageExplorer.addModule("index");
164 177 explorer.packageExplorer.addModule("main");