-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.13 KB
/
index.html
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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Trellus – a visual documentation standard</title>
</head>
<body>
<h1>Trellus: v0.0.1</h1>
<h1>Function Bodies With Code Paths</h1>
<img src="function_bodies.png" alt="" />
<h1>Testing of Code Paths</h1>
<img src="testing.png" alt="" />
<h1>Labeling</h1>
<img src="label.png" alt="" />
<h1>Inputs</h1>
<h1>Labeled Inputs</h1>
<h1>Functions/Behavior Attached to an Object</h1>
<p><em>(their this)</em></p>
<h1>State/Attributes Attached to an Object</h1>
<p><em>(their this)</em></p>
<h1>Outputs</h1>
<p><em>(return values)</em></p>
<h1>Side-Effects</h1>
<h1>Multiple Inputs and Side Effects</h1>
<h1>Complex Inputs</h1>
<h1>Complex Inputs with Labels</h1>
<h1>Side Effect that Call a Function</h1>
<h1>Passing input to another function</h1>
<h1>Returning the call of another function</h1>
<h1>Inputs</h1>
<h1>Inputs</h1>
<h1>Inputs</h1>
<h1>Inputs</h1>
<h1>Inputs</h1>
<h1>Inputs</h1>
<h1>Inputs</h1>
<h1>Inputs</h1>
</body>
</html>