mirror of
https://github.com/xomboverlord/xomb-docs.git
synced 2026-01-16 04:43:17 +01:00
Adds kernel docs.
This commit is contained in:
31
kernel/runtime/std/moduleinit.html
Normal file
31
kernel/runtime/std/moduleinit.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<html><head>
|
||||
<META http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>std.moduleinit</title>
|
||||
</head><body>
|
||||
<h1>std.moduleinit</h1>
|
||||
<!-- Generated by Ddoc from ../kernel/runtime/std/moduleinit.d -->
|
||||
<br><br>
|
||||
<dl><dt><big>void <u>_moduleCtor</u>();
|
||||
</big></dt>
|
||||
<dd>Initialize the modules.<br><br>
|
||||
|
||||
</dd>
|
||||
<dt><big>void <u>_moduleDtor</u>();
|
||||
</big></dt>
|
||||
<dd>Destruct the modules.<br><br>
|
||||
|
||||
</dd>
|
||||
<dt><big>void <u>_moduleUnitTests</u>();
|
||||
</big></dt>
|
||||
<dd>Run unit tests.<br><br>
|
||||
|
||||
</dd>
|
||||
<dt><big>void <u>_moduleIndependentCtors</u>();
|
||||
</big></dt>
|
||||
<dd>Run unit tests.<br><br>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<hr><small>Page generated by <a href="http://www.digitalmars.com/d/1.0/ddoc.html">Ddoc</a>. </small>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user