Skip to content

Commit a5808f6

Browse files
committed
docs: regenerate
1 parent f94b54a commit a5808f6

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/modules/fusion.core.compilers.source.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ <h2><a href="#Functions">Functions</a></h2>
119119
<td class="name" nowrap><a href="#compiler.inject_loader">compiler.inject_loader ()</a></td>
120120
<td class="summary">Inject <a href="../modules/fusion.core.compilers.source.html#compiler.search_for">compiler.search_for</a> into the <code>require()</code> searchers list.</td>
121121
</tr>
122+
<tr>
123+
<td class="name" nowrap><a href="#compiler.inject_extensions">compiler.inject_extensions ()</a></td>
124+
<td class="summary">Inject some global variables into the runtime.</td>
125+
</tr>
122126
</table>
123127

124128
<br/>
@@ -420,6 +424,21 @@ <h3>Usage:</h3>
420424
<span class="comment">-- Attempts to load a FusionScript <code>test_module</code> package</span></pre>
421425
</ul>
422426

427+
</dd>
428+
<dt>
429+
<a name = "compiler.inject_extensions"></a>
430+
<strong>compiler.inject_extensions ()</strong>
431+
</dt>
432+
<dd>
433+
Inject some global variables into the runtime. The <a href="../programs/fusion-source.html#">fusion-source</a> program
434+
does this already.
435+
436+
437+
438+
439+
440+
441+
423442
</dd>
424443
</dl>
425444

@@ -428,7 +447,7 @@ <h3>Usage:</h3>
428447
</div> <!-- id="main" -->
429448
<div id="about">
430449
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
431-
<i style="float:right;">Last updated 2017-05-07 19:28:08 </i>
450+
<i style="float:right;">Last updated 2017-05-08 14:11:24 </i>
432451
</div> <!-- id="about" -->
433452
</div> <!-- id="container" -->
434453
</body>

0 commit comments

Comments
 (0)