summaryrefslogtreecommitdiff
path: root/doc/blank_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/blank_template.html')
-rw-r--r--doc/blank_template.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/doc/blank_template.html b/doc/blank_template.html
new file mode 100644
index 0000000..256c469
--- /dev/null
+++ b/doc/blank_template.html
@@ -0,0 +1,55 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title> Binding Map</title>
+ <link href="map.css" rel="stylesheet">
+ </head>
+
+ <body>
+
+
+<h2> Binding Map</h2>
+
+
+<table class="package">
+ <tr><th colspan="2">Package name</th></tr>
+
+ <tr>
+
+ </tr>
+</table>
+
+
+
+<table class="type">
+ <tr><th colspan="2">Types</th></tr>
+
+ <tr>
+
+ </tr>
+
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
+ <tr>
+<td><pre>
+
+</pre></td>
+<td><pre>
+
+</pre></td>
+ </tr>
+
+</table>
+
+
+ </body>
+</html>
+