forked from elixir-lang/elixir-lang.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIEx.Autocomplete.html
More file actions
75 lines (46 loc) · 1.64 KB
/
Copy pathIEx.Autocomplete.html
File metadata and controls
75 lines (46 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>IEx.Autocomplete</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
relpath = '';
if (relpath != '') relpath += '/';
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
</head>
<body>
<script type="text/javascript" charset="utf-8">
if (window.top.frames.main) document.body.className = 'frames';
</script>
<div id="content">
<h1>
IEx.Autocomplete
</h1>
<div id="moduledoc" class="docstring">
<p>Autocompletion for the Elixir shell.</p>
</div>
<a href="https://github.com/elixir-lang/elixir/blob/master/lib/iex/lib/iex/autocomplete.ex#L1" target="_blank" class="view_source">Source</a>
<h2>Functions summary</h2>
<ul class="summary">
<li>
<span class="summary_signature">
<a href="#expand/1">expand/1</a>
</span>
</li>
</ul>
<div id="functions_details" class="details_list">
<h2>Functions</h2>
<div class="detail">
<p class="signature" id="expand/1">
<strong>expand(expr)</strong>
</p>
<div class="docstring"></div>
<a href="https://github.com/elixir-lang/elixir/blob/master/lib/iex/lib/iex/autocomplete.ex#L48" target="_blank" class="view_source">Source</a>
</div>
</div>
</div>
</body>
</html>