Skip to content

Commit 98ad016

Browse files
committed
docs update
1 parent 3d465f3 commit 98ad016

File tree

975 files changed

+108515
-112956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

975 files changed

+108515
-112956
lines changed
Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>ILAlignment - F# Compiler Services</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="author" content="Microsoft Corporation, Dave Thomas, Anh-Dung Phan, Tomas Petricek">
9+
10+
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
11+
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
12+
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
13+
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
14+
15+
<link type="text/css" rel="stylesheet" href="./content/style.css" />
16+
<link type="text/css" rel="stylesheet" href="./content/fcs.css" />
17+
<script type="text/javascript" src="./content/tips.js"></script>
18+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
19+
<!--[if lt IE 9]>
20+
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
21+
<![endif]-->
22+
</head>
23+
<body>
24+
<div class="container">
25+
<div class="masthead">
26+
<ul class="nav nav-pills pull-right">
27+
<li><a href="http://fsharp.org">fsharp.org</a></li>
28+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service">github page</a></li>
29+
</ul>
30+
<h3 class="muted">F# Compiler Services</h3>
31+
</div>
32+
<hr />
33+
<div class="row">
34+
<div class="span9" id="main">
35+
36+
37+
38+
39+
<h1>ILAlignment</h1>
40+
<p>
41+
<span>Namespace: FSharp.Compiler.AbstractIL</span><br />
42+
<span>Parent Module: <a href="fsharp-compiler-abstractil-il.html">IL</a></span>
43+
</p>
44+
<div class="xmldoc">
45+
</div>
46+
<h3>Union Cases</h3>
47+
<table class="table table-bordered member-list">
48+
<thead>
49+
<tr><td>Union Case</td><td>Description</td></tr>
50+
</thead>
51+
<tbody>
52+
<tr>
53+
<td class="member-name">
54+
55+
<code onmouseout="hideTip(event, '1691', 1691)" onmouseover="showTip(event, '1691', 1691)">
56+
Aligned
57+
</code>
58+
<div class="tip" id="1691">
59+
<strong>Signature:</strong> <br />
60+
</div>
61+
</td>
62+
<td class="xmldoc">
63+
64+
</td>
65+
</tr>
66+
<tr>
67+
<td class="member-name">
68+
69+
<code onmouseout="hideTip(event, '1692', 1692)" onmouseover="showTip(event, '1692', 1692)">
70+
Unaligned1
71+
</code>
72+
<div class="tip" id="1692">
73+
<strong>Signature:</strong> <br />
74+
</div>
75+
</td>
76+
<td class="xmldoc">
77+
78+
</td>
79+
</tr>
80+
<tr>
81+
<td class="member-name">
82+
83+
<code onmouseout="hideTip(event, '1693', 1693)" onmouseover="showTip(event, '1693', 1693)">
84+
Unaligned2
85+
</code>
86+
<div class="tip" id="1693">
87+
<strong>Signature:</strong> <br />
88+
</div>
89+
</td>
90+
<td class="xmldoc">
91+
92+
</td>
93+
</tr>
94+
<tr>
95+
<td class="member-name">
96+
97+
<code onmouseout="hideTip(event, '1694', 1694)" onmouseover="showTip(event, '1694', 1694)">
98+
Unaligned4
99+
</code>
100+
<div class="tip" id="1694">
101+
<strong>Signature:</strong> <br />
102+
</div>
103+
</td>
104+
<td class="xmldoc">
105+
106+
</td>
107+
</tr>
108+
</tbody>
109+
</table>
110+
111+
</div>
112+
<div class="span3">
113+
<a href="https://nuget.org/packages/FSharp.Compiler.Service">
114+
<img src="./images/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
115+
</a>
116+
<ul class="nav nav-list" id="menu">
117+
<li class="nav-header">
118+
<a href="./ja/index.html" class="nflag"><img src="./images/ja.png" /></a>
119+
<a href="./index.html" class="nflag nflag2"><img src="./images/en.png" /></a>
120+
F# Compiler Services
121+
</li>
122+
<li><a href="./index.html">Home page</a></li>
123+
<li class="divider"></li>
124+
<li><a href="https://www.nuget.org/packages/FSharp.Compiler.Service">Get Library via NuGet</a></li>
125+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service">Source Code on GitHub</a></li>
126+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE">License</a></li>
127+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service/blob/master/RELEASE_NOTES.md">Release Notes</a></li>
128+
129+
<li class="nav-header">Getting started</li>
130+
<li><a href="./index.html">Home page</a></li>
131+
<li><a href="./devnotes.html">Developer notes</a></li>
132+
<li><a href="./fsharp-readme.html">F# compiler readme</a></li>
133+
134+
<li class="nav-header">Available services</li>
135+
<li><a href="./tokenizer.html">F# Language tokenizer</a></li>
136+
<li><a href="./untypedtree.html">Processing untyped AST</a></li>
137+
<li><a href="./editor.html">Using editor (IDE) services</a></li>
138+
<li><a href="./symbols.html">Using resolved symbols</a></li>
139+
<li><a href="./typedtree.html">Using resolved expressions</a></li>
140+
<li><a href="./project.html">Whole-project analysis</a></li>
141+
<li><a href="./interactive.html">Embedding F# interactive</a></li>
142+
<li><a href="./compiler.html">Embedding F# compiler</a></li>
143+
<li><a href="./filesystem.html">Virtualized file system</a></li>
144+
145+
<li class="nav-header">Design Notes</li>
146+
<li><a href="./queue.html">The FSharpChecker operations queue</a></li>
147+
<li><a href="./caches.html">The FSharpChecker caches</a></li>
148+
<li><a href="./corelib.html">Notes on FSharp.Core.dll</a></li>
149+
150+
<li class="nav-header">Documentation</li>
151+
<li><a href="./reference/index.html">API Reference</a>
152+
</li>
153+
</ul>
154+
</div>
155+
</div>
156+
</div>
157+
<a href="http://github.com/fsharp/FSharp.Compiler.Service"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
158+
</body>
159+
</html>
Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>ILArgConvention - F# Compiler Services</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="author" content="Microsoft Corporation, Dave Thomas, Anh-Dung Phan, Tomas Petricek">
9+
10+
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
11+
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
12+
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
13+
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
14+
15+
<link type="text/css" rel="stylesheet" href="./content/style.css" />
16+
<link type="text/css" rel="stylesheet" href="./content/fcs.css" />
17+
<script type="text/javascript" src="./content/tips.js"></script>
18+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
19+
<!--[if lt IE 9]>
20+
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
21+
<![endif]-->
22+
</head>
23+
<body>
24+
<div class="container">
25+
<div class="masthead">
26+
<ul class="nav nav-pills pull-right">
27+
<li><a href="http://fsharp.org">fsharp.org</a></li>
28+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service">github page</a></li>
29+
</ul>
30+
<h3 class="muted">F# Compiler Services</h3>
31+
</div>
32+
<hr />
33+
<div class="row">
34+
<div class="span9" id="main">
35+
36+
37+
38+
39+
<h1>ILArgConvention</h1>
40+
<p>
41+
<span>Namespace: FSharp.Compiler.AbstractIL</span><br />
42+
<span>Parent Module: <a href="fsharp-compiler-abstractil-il.html">IL</a></span>
43+
</p>
44+
<div class="xmldoc">
45+
</div>
46+
<h3>Union Cases</h3>
47+
<table class="table table-bordered member-list">
48+
<thead>
49+
<tr><td>Union Case</td><td>Description</td></tr>
50+
</thead>
51+
<tbody>
52+
<tr>
53+
<td class="member-name">
54+
55+
<code onmouseout="hideTip(event, '1695', 1695)" onmouseover="showTip(event, '1695', 1695)">
56+
CDecl
57+
</code>
58+
<div class="tip" id="1695">
59+
<strong>Signature:</strong> <br />
60+
</div>
61+
</td>
62+
<td class="xmldoc">
63+
64+
</td>
65+
</tr>
66+
<tr>
67+
<td class="member-name">
68+
69+
<code onmouseout="hideTip(event, '1696', 1696)" onmouseover="showTip(event, '1696', 1696)">
70+
Default
71+
</code>
72+
<div class="tip" id="1696">
73+
<strong>Signature:</strong> <br />
74+
</div>
75+
</td>
76+
<td class="xmldoc">
77+
78+
</td>
79+
</tr>
80+
<tr>
81+
<td class="member-name">
82+
83+
<code onmouseout="hideTip(event, '1697', 1697)" onmouseover="showTip(event, '1697', 1697)">
84+
FastCall
85+
</code>
86+
<div class="tip" id="1697">
87+
<strong>Signature:</strong> <br />
88+
</div>
89+
</td>
90+
<td class="xmldoc">
91+
92+
</td>
93+
</tr>
94+
<tr>
95+
<td class="member-name">
96+
97+
<code onmouseout="hideTip(event, '1698', 1698)" onmouseover="showTip(event, '1698', 1698)">
98+
StdCall
99+
</code>
100+
<div class="tip" id="1698">
101+
<strong>Signature:</strong> <br />
102+
</div>
103+
</td>
104+
<td class="xmldoc">
105+
106+
</td>
107+
</tr>
108+
<tr>
109+
<td class="member-name">
110+
111+
<code onmouseout="hideTip(event, '1699', 1699)" onmouseover="showTip(event, '1699', 1699)">
112+
ThisCall
113+
</code>
114+
<div class="tip" id="1699">
115+
<strong>Signature:</strong> <br />
116+
</div>
117+
</td>
118+
<td class="xmldoc">
119+
120+
</td>
121+
</tr>
122+
<tr>
123+
<td class="member-name">
124+
125+
<code onmouseout="hideTip(event, '1700', 1700)" onmouseover="showTip(event, '1700', 1700)">
126+
VarArg
127+
</code>
128+
<div class="tip" id="1700">
129+
<strong>Signature:</strong> <br />
130+
</div>
131+
</td>
132+
<td class="xmldoc">
133+
134+
</td>
135+
</tr>
136+
</tbody>
137+
</table>
138+
139+
</div>
140+
<div class="span3">
141+
<a href="https://nuget.org/packages/FSharp.Compiler.Service">
142+
<img src="./images/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
143+
</a>
144+
<ul class="nav nav-list" id="menu">
145+
<li class="nav-header">
146+
<a href="./ja/index.html" class="nflag"><img src="./images/ja.png" /></a>
147+
<a href="./index.html" class="nflag nflag2"><img src="./images/en.png" /></a>
148+
F# Compiler Services
149+
</li>
150+
<li><a href="./index.html">Home page</a></li>
151+
<li class="divider"></li>
152+
<li><a href="https://www.nuget.org/packages/FSharp.Compiler.Service">Get Library via NuGet</a></li>
153+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service">Source Code on GitHub</a></li>
154+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE">License</a></li>
155+
<li><a href="http://github.com/fsharp/FSharp.Compiler.Service/blob/master/RELEASE_NOTES.md">Release Notes</a></li>
156+
157+
<li class="nav-header">Getting started</li>
158+
<li><a href="./index.html">Home page</a></li>
159+
<li><a href="./devnotes.html">Developer notes</a></li>
160+
<li><a href="./fsharp-readme.html">F# compiler readme</a></li>
161+
162+
<li class="nav-header">Available services</li>
163+
<li><a href="./tokenizer.html">F# Language tokenizer</a></li>
164+
<li><a href="./untypedtree.html">Processing untyped AST</a></li>
165+
<li><a href="./editor.html">Using editor (IDE) services</a></li>
166+
<li><a href="./symbols.html">Using resolved symbols</a></li>
167+
<li><a href="./typedtree.html">Using resolved expressions</a></li>
168+
<li><a href="./project.html">Whole-project analysis</a></li>
169+
<li><a href="./interactive.html">Embedding F# interactive</a></li>
170+
<li><a href="./compiler.html">Embedding F# compiler</a></li>
171+
<li><a href="./filesystem.html">Virtualized file system</a></li>
172+
173+
<li class="nav-header">Design Notes</li>
174+
<li><a href="./queue.html">The FSharpChecker operations queue</a></li>
175+
<li><a href="./caches.html">The FSharpChecker caches</a></li>
176+
<li><a href="./corelib.html">Notes on FSharp.Core.dll</a></li>
177+
178+
<li class="nav-header">Documentation</li>
179+
<li><a href="./reference/index.html">API Reference</a>
180+
</li>
181+
</ul>
182+
</div>
183+
</div>
184+
</div>
185+
<a href="http://github.com/fsharp/FSharp.Compiler.Service"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
186+
</body>
187+
</html>

0 commit comments

Comments
 (0)