diff options
author | Jed Barber <jjbarber@y7mail.com> | 2018-04-15 19:41:33 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2018-04-15 19:41:33 +1000 |
commit | a4b6a06f372923fb38ae4d3c7e0429ce93ea7748 (patch) | |
tree | e10bb89f38cdb7ad61b28fb1ab401765682da318 /doc/blank_template.html | |
parent | 39d3db4cbdfa9d55c428bce9382166744406f936 (diff) |
Started process of polishing packages
Diffstat (limited to 'doc/blank_template.html')
-rw-r--r-- | doc/blank_template.html | 55 |
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> + |