From: Michael Wallner
Date: Sat, 12 Feb 2022 13:20:10 +0000 (+0100)
Subject: docs: de-uglify
X-Git-Tag: v0.2.0~24
X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=d2513f170e2fb5cfef83b087e884f53374769be2;p=awesomized%2Fext-ion
docs: de-uglify
---
diff --git a/.gitignore b/.gitignore
index a4e2e2b..318ec0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,5 +48,5 @@ tmp-php.ini
.idea
docs/vendor
docs/src
-docs/composer.*
+docs/*composer*
*.tgz
diff --git a/docs/Dockerfile b/docs/Dockerfile
deleted file mode 100644
index 689b0e5..0000000
--- a/docs/Dockerfile
+++ /dev/null
@@ -1,27 +0,0 @@
-FROM php:8.1-cli
-
-RUN apt-get update -qy \
- && DEBIAN_FRONTEND=noninteractive \
- apt-get install -qy \
- build-essential \
- git \
- libcurl4-openssl-dev \
- libicu-dev \
- libssl-dev \
- zlib1g-dev \
- && rm -rf /var/lib/apt/lists/*
-
-WORKDIR /tmp
-
-RUN \
- curl -sSLO https://getcomposer.org/download/2.2.5/composer.phar &&\
- curl -sSLO https://replicator.pharext.org/phars/raphf/raphf-2.0.1.ext.phar &&\
- curl -sSLO https://replicator.pharext.org/phars/pecl_http/pecl_http-4.2.1.ext.phar
-RUN \
- touch /usr/local/etc/php/conf.d/pecl.ini &&\
- php raphf-*.ext.phar -vi /usr/local/etc/php/conf.d/pecl.ini &&\
- php pecl_http-*.ext.phar -vi /usr/local/etc/php/conf.d/pecl.ini
-
-WORKDIR /app
-ENTRYPOINT ["php", "/tmp/composer.phar"]
-
diff --git a/docs/Makefile b/docs/Makefile
index 19ab235..45dd2f6 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,10 +1,11 @@
-PHP ?= php
-COMPOSER ?= composer
+DOCKER ?=
+PHP ?= $(DOCKER) php
+COMPOSER ?= $(DOCKER) composer
TAG := $(shell (git describe --tags --match=v[0-9]* 2>/dev/null || git tag --sort=authordate | egrep ^v[0-9] | tail -n1) | cut -d. -f-2)
# ---
-SPECIAL_SRC := src/ion/\\\:\\\ Security.md src/ion/\\\:\\\ Contributing.md src/ion.md
+SPECIAL_SRC := src/ion/\\\:\\\ Security.md src/ion/\\\:\\\ Contributing.md src/ion.md src/mdref.json
.PHONY: all
all: latest
@@ -16,7 +17,7 @@ latest: $(TAG)
$(TAG): markdown | vendor/bin/ref2html
mkdir -p $@
- ln -s . ext-ion
+ -ln -s . ext-ion
$(PHP) $| ext-ion/$@ src
unlink ext-ion
touch $@
@@ -27,6 +28,8 @@ markdown: src/ion.stub.php $(SPECIAL_SRC) | vendor/bin/stub2ref
src src/ion:
-mkdir -p $@
+src/mdref.json: mdref.json
+ -test -e $@ || ln $^ $@
src/ion.stub.php: ../ion.stub.php | src
-test -e $@ || ln $^ $@
src/ion.md: ../README.md | src
@@ -39,8 +42,14 @@ src/ion/\\\:\\\ Contributing.md: ../CONTRIBUTING.md | src/ion
vendor/%:
COMPOSER= $(COMPOSER) require m6w6/mdref:dev-master
+.PHONY: docker
+docker:
+ docker-compose -f docker/compose.yml build php
+ docker-compose -f docker/compose.yml build composer
+ $(MAKE) DOCKER="docker-compose -f docker/compose.yml run --rm"
+
.PHONY: clean
clean:
- -rm -rf latest src vendor composer.*
+ -rm -rf latest src vendor composer* .composer
diff --git a/docs/README.md b/docs/README.md
index 03a34e2..bf083f8 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,42 +1,116 @@
-# Read the docs
-Run caddy to read the docs as the would appear on https://awesomized.github.io/ext-ion.
+# ext-ion docs
+https://awesomized.github.io/ext-ion
-```sh
-caddy run
+## Howto update docs
+
+1. Edit stub: `$EDITOR ../ion.stub.php`
+2. [Rebuild](#Build)
+3. [Review](#Review); repeat from 2. if necessary
+4. [Deploy](#Deployment)
+
+## Howto make a release
+
+### 1. Create tag
```
-Use `$CADDY_ADDRESS` envvar to customize the HTTP endpoint, e.g:
+git tag vX.Y.Z
+```
+
+### 2. Rebuild docs
+See [Rebuild](#Rebuild).
+
+### 3. Review docs
+See [Review](#Review).
+
+### 4. Commit docs with release changelog:
+```
+git add .
+git commit
```
-CADDY_ADDRESS=localhost:1234 caddy run
```
+release vX.Y.Z
-# Build the docs
+* Additions ...
+* Changes ...
+```
+### 5. Move tag:
+```
+git tag -f vX.Y.Z
+```
+### 6. Release & [deploy](#Deployment):
+```
+git push
+```
-## Without docker:
-### Prerequsites:
+## Build
+### Prerequisites without docker:
* composer v2
-* PHP with ext-http and ext-dom
-* GNU make
+* PHP with ext-http and ext-dom but **without** ext-ion
-```sh
-make
+```
+ âââââââââââ
+ â BUILD â ââââââââââââ
+ âââ´ââââââââââ´âââââââââââââââ â SOURCE â
+ â $ make #docker UID=$UID ââââºââââ´âââââââââââ´ââââââââââââ
+ ââââââââââââââââââââââââââââ â ../README.md â
+ â ../ion.stub.php â
+ âââââââââââââââââââââââââââââââ⤠../... â
+ â âââââââââââââââââââââââââââ
+ â ââââââââââââââââââ
+ â â PROCESSED BY â ââââââââââââââ
+ââ¼ââ´âââââââââââââââââ´ââââââââ â MARKDOWN â
+â ./vendor/bin/stub2ref ââââºââââ´âââââââââââââ´ââââââââââ
+âââââââââââââââââââââââââââââ â ./src/mdref.json â
+ â ./src/ion.md â
+ âââââââââââââââââââââââââââââââ⤠./src/ion/... â
+ â âââââââââââââââââââââââââââ
+ â ââââââââââââââââââ
+ â â PROCESSED BY â ââââââââââ
+ââ¼ââ´âââââââââââââââââ´ââââââââ â HTML â
+â ./vendor/bin/ref2html ââââºââââ´âââââââââ´ââââââââââââââ
+âââââââââââââââââââââââââââââ â ./docs/latest -> vX.Y/ â
+ â ./docs/vX.Y/index.html â
+ â ./docs/vX.Y/ion/... â
+ âââââââââââââââââââââââââââ
```
-## With docker:
-### Prerequisites:
-* docker-compose
-* your UID in docker-composer.yml
-* GNU make
+## Review
+### Caddy
+Run caddy to read the docs as they would appear on https://awesomized.github.io/ext-ion.
+```shell
+caddy run
+```
-```sh
-make COMPOSER="docker-compose run --rm composer" \
- PHP="docker-compose run --rm --entrypoint php composer"
+Use `$CADDY_ADDRESS` env var to customize the HTTP endpoint, e.g:
+```shell
+CADDY_ADDRESS=localhost:8080 caddy run
```
-# Release procedure
+Use docker, if you do not have caddy installed:
+```shell
+docker-compose -f docker/compose.yml run -p 8080:80 caddy
+```
+### PHP
+Use PHP CLI server if you're desperate:
+```shell
+php -S localhost:0 -r . .router.php
+```
-1. create tag
-2. rebuild docs
-3. review docs
-4. commit
-5. move tag
-6. push
+## Deployment
+```
+ ââââââââââââ
+ â DEPLOY â
+ââââ´âââââââââââ´ââââââââââââââ
+â $ git add . â ââââââââââââââ
+â $ git commit â â GH ACTION â
+â $ git push ââââºââââ´âââââââââââââ´ââââââââââ
+âââââââââââââââââââââââââââââ â pages-build-deployment â
+ âââ¬ââââââââââââââââââââââââ
+ ââââââââââââââââ â
+ â DEPLOYMENT â â
+ââââ´âââââââââââââââ´ââââââââââââââââ¼ââââââââââââââââââââââââ
+â â
+â https://awesomized.github.io/ext-ion/latest/ â
+â â
+âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
+
+```
diff --git a/docs/docker-compose.yml b/docs/docker-compose.yml
deleted file mode 100644
index 3a481f0..0000000
--- a/docs/docker-compose.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-version: '3'
-services:
- composer:
- container_name: m6w6/ext-ion-docs-composer
- restart: "no"
- volumes:
- - ./:/app
- build: .
- user: "1000"
diff --git a/docs/docker/Dockerfile.composer b/docs/docker/Dockerfile.composer
new file mode 100644
index 0000000..ee5ae95
--- /dev/null
+++ b/docs/docker/Dockerfile.composer
@@ -0,0 +1,9 @@
+FROM ext-ion/docs:php
+
+USER root
+RUN \
+ curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/2.2.5/composer.phar &&\
+ chmod +x /usr/local/bin/composer
+
+USER user
+ENTRYPOINT ["/usr/local/bin/composer"]
diff --git a/docs/docker/Dockerfile.php b/docs/docker/Dockerfile.php
new file mode 100644
index 0000000..6c22d2a
--- /dev/null
+++ b/docs/docker/Dockerfile.php
@@ -0,0 +1,32 @@
+FROM php:8.1-cli
+
+RUN apt-get update -qy \
+ && DEBIAN_FRONTEND=noninteractive \
+ apt-get install -qy \
+ build-essential \
+ git \
+ unzip \
+ libcurl4-openssl-dev \
+ libicu-dev \
+ libssl-dev \
+ zlib1g-dev \
+ && rm -rf /var/lib/apt/lists/*
+
+WORKDIR /tmp
+
+RUN \
+ curl -sSLO https://replicator.pharext.org/phars/raphf/raphf-2.0.1.ext.phar &&\
+ curl -sSLO https://replicator.pharext.org/phars/pecl_http/pecl_http-4.2.1.ext.phar &&\
+ touch /usr/local/etc/php/conf.d/pecl.ini &&\
+ php raphf-*.ext.phar -vi /usr/local/etc/php/conf.d/pecl.ini &&\
+ php pecl_http-*.ext.phar -vi /usr/local/etc/php/conf.d/pecl.ini &&\
+ rm -f *.ext.phar
+
+WORKDIR /app
+
+# UID is readonly in shell env
+ARG USERID=1000
+RUN useradd -M -N -d /app -g users -u $USERID -o user
+
+USER user
+ENTRYPOINT ["/usr/local/bin/php"]
diff --git a/docs/docker/compose.yml b/docs/docker/compose.yml
new file mode 100644
index 0000000..00c99fd
--- /dev/null
+++ b/docs/docker/compose.yml
@@ -0,0 +1,28 @@
+version: '3'
+services:
+ php:
+ image: ext-ion/docs:php
+ restart: "no"
+ volumes:
+ - ../:/app
+ build:
+ dockerfile: Dockerfile.php
+ context: .
+ args:
+ USERID: ${UID:-1000}
+ composer:
+ image: ext-ion/docs:composer
+ restart: "no"
+ volumes:
+ - ../:/app
+ build:
+ dockerfile: Dockerfile.composer
+ context: .
+ caddy:
+ image: caddy
+ restart: "no"
+ volumes:
+ - ../:/srv
+ command:
+ - caddy
+ - run
diff --git a/docs/mdref.json b/docs/mdref.json
new file mode 100644
index 0000000..ee9f1bf
--- /dev/null
+++ b/docs/mdref.json
@@ -0,0 +1,21 @@
+{
+ "name": "ion",
+ "origin": "github.com/awesomized/ext-ion",
+ "branch": "master",
+ "editUrl": "https://github.com/awesomized/ext-ion/edit/master/ion.stub.php",
+ "commentProvider": {
+ "giscus": {
+ "data": {
+ "repo": "awesomized/ext-ion",
+ "category": "Comments on Docs",
+ "repo-id": "R_kgDOGfXEXw",
+ "category-id": "DIC_kwDOGfXEX84CBHuf",
+ "mapping": "og:title",
+ "input-position": "bottom",
+ "reactions-enabled": false,
+ "theme": "light",
+ "lang": "en"
+ }
+ }
+ }
+}
diff --git a/docs/v0.1/index.css b/docs/v0.1/index.css
index 063b6a1..02cbbe7 100644
--- a/docs/v0.1/index.css
+++ b/docs/v0.1/index.css
@@ -1,12 +1,19 @@
html {
- font-size: 18px;
+ font-size: 16px;
}
html, body{
height: 100%;
min-height: 100%;
}
body, code {
- font-family: Inconsolata, 'Inconsolata Awesome', 'Andale Mono', Monaco, 'Courier New', Courier, monospace;
+ font-family:
+ 'DejaVu Sans Mono', 'Liberation Mono',
+ 'Andale Mono', Monaco, Menlo,
+ monospace;
+ /*
+ Mitra Mono has broken kerning?
+ Ubuntu Mono is too small!
+ */
}
body {
line-height: 1.5;
@@ -60,7 +67,6 @@ div.page>ul, div.page>div>ul {
position: relative;
top: 2em;
right: 0;
- -webkit-transform: rotate(45deg);
transform: rotate(45deg);
text-decoration: none;
font-weight: bold;
@@ -175,6 +181,21 @@ a.permalink {
color: #999999;
opacity: 0.25;
}
+.blink {
+ color: red !important;
+}
+.fade-out {
+ opacity: 0;
+}
+.fade-in {
+ opacity: 1;
+}
+.trans-slow {
+ transition: all 600ms;
+}
+.trans-fast {
+ transition: all 200ms;
+}
.var {
color: #800000;
@@ -183,7 +204,7 @@ a.permalink {
color: #2e8b57;
}
-h1, li h3, th, footer {
+h1, th, footer {
background: #708090;
color: #f5f5dc;
}
@@ -209,14 +230,6 @@ h1 a.permalink {
margin-right: -.6em;
}
-li h3 {
- border-radius: 4px;
- display: inline-block;
- width: auto;
- padding: .2em;
- margin: .5em 0 0 0;
-}
-
div.page>h3, div.page>div>h3 {
margin-left: 1.25em;
}
@@ -230,11 +243,11 @@ div.page>h6, div.page>div>h6 {
margin-left: 2em;
}
-h1 .constant, pre>code .consant, li h3 .constant {
+h1 .constant, pre>code .consant {
color: #98fb98;
}
-h1 .var, pre>code .var, li h3 .var {
+h1 .var, pre>code .var {
color: #f4a460;
}
h1 {
@@ -249,10 +262,13 @@ h3 {
h4 {
font-size: 100%;
}
-footer a, h1 a, pre>code a, li h3 a {
+footer a, h1 a, pre>code a {
color: #b0e0e6;
}
-li h3 {
+
+ul.sub-entries li {
+ list-style: circle;
+ margin-bottom: 2em;
}
li h3 a {
text-decoration: none;
@@ -261,13 +277,13 @@ li h3 a:hover {
text-decoration: underline;
}
-#disqus_thread {
- margin-top: 8em;
- margin-right: 2em;
+.comments {
+ width: 80%;
}
-#disqus_activator {
- margin: auto;
+.comments .activator {
width: 80%;
+ display: inline-block;
+ margin: auto;
padding: 1em;
background-color: slategrey;
color: white;
@@ -327,6 +343,6 @@ dd {
line-height: 1.33;
margin-left: 1em;
}
-h1, footer, table, .sidebar, pre>code, li h3 {
+h1, footer, table, .sidebar, pre>code {
box-shadow: 0 0 4px #708090;
}
diff --git a/docs/v0.1/index.html b/docs/v0.1/index.html
index d1a5fbd..8d5effc 100644
--- a/docs/v0.1/index.html
+++ b/docs/v0.1/index.html
@@ -5,13 +5,12 @@
mdref
+
-
-
@@ -51,13 +50,7 @@ See the Amazon ION specification .
2022-01-28 09:29:47 UTC
-
-
-
-
+
-
+
diff --git a/docs/v0.1/index.js b/docs/v0.1/index.js
index 5c4d8f1..e9b65c1 100644
--- a/docs/v0.1/index.js
+++ b/docs/v0.1/index.js
@@ -1,61 +1,49 @@
"use strict";
-$(function() {
- var mdref = {
- log: function log() {
- console.log.apply(console, arguments);
- },
- blink: function blink(c) {
- var $c = $(c);
-
- $c.fadeOut("fast").queue(function(next) {
- this.style.color = "red";
- next();
- }).fadeIn("fast").fadeOut("slow").queue(function(next) {
- this.style.color = "";
- next();
- }).fadeIn("slow");
- },
- hashchange: function hashchange() {
- if (location.hash.length > 1) {
- var hash = decodeURIComponent(location.hash.substring(1));
- var e;
- if ((e = document.getElementById(location.hash.substring(1)))) {
- mdref.blink(e);
- } else {
- var scrolled = false;
-
- if (hash.substring(hash.length-1) === "*") {
- hash = hash.substring(0, hash.length-1);
- }
- $((hash.substring(0,1) === "$") ? ".var" : ".constant").each(function(i, c) {
- if (c.textContent.substring(0, hash.length) === hash) {
- if (!scrolled) {
- $(window).scrollTop($(c).offset().top - 100);
- scrolled = true;
- }
- mdref.blink(c);
- }
- });
+document.addEventListener("DOMContentLoaded", function() {
+ const doTransition = function(e, trans, state, speed) {
+ e.classList.remove(trans + "-in", trans + "-out", "trans-slow", "trans-fast");
+ e.classList.add(trans + "-" + state, "trans-" + speed);
+ return (cb) => setTimeout(cb, speed === "slow" ? 600 : 200);
+ };
+ const letElementBlink = function(e, last) {
+ setTimeout(() => doTransition(e, "fade", "out", "fast")(function() {
+ e.classList.add("blink");
+ doTransition(e, "fade", "in", "fast")(function() {
+ e.classList.remove("blink");
+ doTransition(e, "fade", "out", "slow")(function () {
+ doTransition(e, "fade", "in", "slow");
+ });
+ });
+ }), 200);
+ };
+ const onHashChange = function() {
+ if (location.hash.length > 1) {
+ let hash = decodeURIComponent(location.hash.substring(1));
+ let e = document.getElementById(hash) || document.getElementById(location.hash.substring(1));
+ if (e) {
+ letElementBlink(e);
+ } else {
+ if (hash.substring(hash.length-1) === "*") {
+ hash = hash.substring(0, hash.length-1);
}
+ let klass = (hash.substring(0,1) === "$") ? "var" : "constant";
+ let scrolled = false;
+ Array.prototype.forEach.call(document.getElementsByClassName(klass), function(e) {
+ if (e.textContent.substring(0, hash.length) !== hash) {
+ return;
+ }
+ if (!scrolled) {
+ scrolled = true;
+ window.scrollTo(0, e.offsetTop > 64 ? e.offsetTop - 64 : 0);
+ }
+ letElementBlink(e);
+ });
}
}
};
- $(window).on("hashchange", mdref.hashchange);
- mdref.hashchange();
-
- $("#disqus_activator").on("click", function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- });
- $.ajax("https://disqus.com/api/3.0/threads/details.json?thread:ident="+(disqus_identifier||"index")+"&forum=mdref&api_key=VmhVG4z5jjtY8SCaMstOjfUuwniMv43Xy9FCU9YfEzhsrl95dNz1epykXSJn8jt9"). then(function(json) {
- if (json && json.response) {
- $("#disqus_activator span").text(json.response.posts);
- }
- });
- setTimeout(function() {
- $("footer").addClass("hidden");
- }, 1000);
-});
+ onHashChange();
+ window.addEventListener("hashchange", onHashChange);
+ setTimeout(()=>document.getElementsByTagName("footer")[0].classList.add("hidden"), 1000);
+})
diff --git a/docs/v0.1/ion.html b/docs/v0.1/ion.html
index 3f4341f..8924ffa 100644
--- a/docs/v0.1/ion.html
+++ b/docs/v0.1/ion.html
@@ -6,13 +6,12 @@
ion -
mdref
+
-
-
@@ -21,7 +20,7 @@
Functions:#
-
+
@@ -330,7 +329,7 @@ instances of the following PHP classes cannot be cloned:
Namespaces, Interfaces and Classes:#
-
+
@@ -430,13 +429,30 @@ instances of the following PHP classes cannot be cloned:
-
-
-
-
+
+
+
@@ -449,7 +465,7 @@ instances of the following PHP classes cannot be cloned:
-
+
diff --git a/docs/v0.1/ion/: Contributing.html b/docs/v0.1/ion/: Contributing.html
index 8d90a21..0ee472f 100644
--- a/docs/v0.1/ion/: Contributing.html
+++ b/docs/v0.1/ion/: Contributing.html
@@ -6,13 +6,12 @@
â
Contributing -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/: Security.html b/docs/v0.1/ion/: Security.html
index 2617aa6..c8e1513 100644
--- a/docs/v0.1/ion/: Security.html
+++ b/docs/v0.1/ion/: Security.html
@@ -6,13 +6,12 @@
â
Security -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Catalog.html b/docs/v0.1/ion/Catalog.html
index c385baf..2769b30 100644
--- a/docs/v0.1/ion/Catalog.html
+++ b/docs/v0.1/ion/Catalog.html
@@ -6,13 +6,12 @@
Catalog -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Catalog/__construct.html b/docs/v0.1/ion/Catalog/__construct.html
index 1dba4b9..a280022 100644
--- a/docs/v0.1/ion/Catalog/__construct.html
+++ b/docs/v0.1/ion/Catalog/__construct.html
@@ -6,13 +6,12 @@
Catalog::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
Create a new Catalog.
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Catalog/add.html b/docs/v0.1/ion/Catalog/add.html
index 13d689e..c80bcf6 100644
--- a/docs/v0.1/ion/Catalog/add.html
+++ b/docs/v0.1/ion/Catalog/add.html
@@ -6,13 +6,12 @@
Catalog::add -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Catalog/find.html b/docs/v0.1/ion/Catalog/find.html
index f0fa950..351d916 100644
--- a/docs/v0.1/ion/Catalog/find.html
+++ b/docs/v0.1/ion/Catalog/find.html
@@ -6,13 +6,12 @@
Catalog::find -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Catalog/findBest.html b/docs/v0.1/ion/Catalog/findBest.html
index c4212b3..75cdde8 100644
--- a/docs/v0.1/ion/Catalog/findBest.html
+++ b/docs/v0.1/ion/Catalog/findBest.html
@@ -6,13 +6,12 @@
Catalog::findBest -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Catalog/remove.html b/docs/v0.1/ion/Catalog/remove.html
index 78b03ce..00f5b7e 100644
--- a/docs/v0.1/ion/Catalog/remove.html
+++ b/docs/v0.1/ion/Catalog/remove.html
@@ -6,13 +6,12 @@
Catalog::remove -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal.html b/docs/v0.1/ion/Decimal.html
index c30e1d9..29fcf13 100644
--- a/docs/v0.1/ion/Decimal.html
+++ b/docs/v0.1/ion/Decimal.html
@@ -6,13 +6,12 @@
Decimal -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal/Context.html b/docs/v0.1/ion/Decimal/Context.html
index 67dde76..adcb075 100644
--- a/docs/v0.1/ion/Decimal/Context.html
+++ b/docs/v0.1/ion/Decimal/Context.html
@@ -6,13 +6,12 @@
Context -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal/Context/Dec128.html b/docs/v0.1/ion/Decimal/Context/Dec128.html
index 6454c7c..df5f45a 100644
--- a/docs/v0.1/ion/Decimal/Context/Dec128.html
+++ b/docs/v0.1/ion/Decimal/Context/Dec128.html
@@ -6,13 +6,12 @@
Dec128 -
mdref
+
-
-
@@ -21,7 +20,7 @@
Create a context suitable for 128bit decimals.
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Decimal/Context/Dec32.html b/docs/v0.1/ion/Decimal/Context/Dec32.html
index 85bef1e..4f3d512 100644
--- a/docs/v0.1/ion/Decimal/Context/Dec32.html
+++ b/docs/v0.1/ion/Decimal/Context/Dec32.html
@@ -6,13 +6,12 @@
Dec32 -
mdref
+
-
-
@@ -21,7 +20,7 @@
Create a context suitable for 32bit decimals.
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Decimal/Context/Dec64.html b/docs/v0.1/ion/Decimal/Context/Dec64.html
index 0b8585a..5a97d41 100644
--- a/docs/v0.1/ion/Decimal/Context/Dec64.html
+++ b/docs/v0.1/ion/Decimal/Context/Dec64.html
@@ -6,13 +6,12 @@
Dec64 -
mdref
+
-
-
@@ -21,7 +20,7 @@
Create a context suitable for 64bit decimals.
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Decimal/Context/DecMax.html b/docs/v0.1/ion/Decimal/Context/DecMax.html
index f696698..b6cbee5 100644
--- a/docs/v0.1/ion/Decimal/Context/DecMax.html
+++ b/docs/v0.1/ion/Decimal/Context/DecMax.html
@@ -6,13 +6,12 @@
DecMax -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal/Context/Rounding.html b/docs/v0.1/ion/Decimal/Context/Rounding.html
index 2200051..a1e97ba 100644
--- a/docs/v0.1/ion/Decimal/Context/Rounding.html
+++ b/docs/v0.1/ion/Decimal/Context/Rounding.html
@@ -6,13 +6,12 @@
Rounding -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal/Context/__construct.html b/docs/v0.1/ion/Decimal/Context/__construct.html
index 03fb001..6d2755d 100644
--- a/docs/v0.1/ion/Decimal/Context/__construct.html
+++ b/docs/v0.1/ion/Decimal/Context/__construct.html
@@ -6,13 +6,12 @@
Context::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal/__construct.html b/docs/v0.1/ion/Decimal/__construct.html
index 0c12011..3a88142 100644
--- a/docs/v0.1/ion/Decimal/__construct.html
+++ b/docs/v0.1/ion/Decimal/__construct.html
@@ -6,13 +6,12 @@
Decimal::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal/equals.html b/docs/v0.1/ion/Decimal/equals.html
index 5b3f576..77b8eb3 100644
--- a/docs/v0.1/ion/Decimal/equals.html
+++ b/docs/v0.1/ion/Decimal/equals.html
@@ -6,13 +6,12 @@
Decimal::equals -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal/isInt.html b/docs/v0.1/ion/Decimal/isInt.html
index bab51bc..4536581 100644
--- a/docs/v0.1/ion/Decimal/isInt.html
+++ b/docs/v0.1/ion/Decimal/isInt.html
@@ -6,13 +6,12 @@
Decimal::isInt -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal/toInt.html b/docs/v0.1/ion/Decimal/toInt.html
index 50ef0b5..1b4490e 100644
--- a/docs/v0.1/ion/Decimal/toInt.html
+++ b/docs/v0.1/ion/Decimal/toInt.html
@@ -6,13 +6,12 @@
Decimal::toInt -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Decimal/toString.html b/docs/v0.1/ion/Decimal/toString.html
index 13ca1a4..8aaad43 100644
--- a/docs/v0.1/ion/Decimal/toString.html
+++ b/docs/v0.1/ion/Decimal/toString.html
@@ -6,13 +6,12 @@
Decimal::toString -
mdref
+
-
-
@@ -21,7 +20,7 @@
Get the string
representation of the decimal.
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Exception.html b/docs/v0.1/ion/Exception.html
index 4b6990b..22a3981 100644
--- a/docs/v0.1/ion/Exception.html
+++ b/docs/v0.1/ion/Exception.html
@@ -6,13 +6,12 @@
Exception -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/LOB.html b/docs/v0.1/ion/LOB.html
index 6d75e94..bcdb530 100644
--- a/docs/v0.1/ion/LOB.html
+++ b/docs/v0.1/ion/LOB.html
@@ -6,13 +6,12 @@
LOB -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/LOB/__construct.html b/docs/v0.1/ion/LOB/__construct.html
index d424b6a..4d66bfa 100644
--- a/docs/v0.1/ion/LOB/__construct.html
+++ b/docs/v0.1/ion/LOB/__construct.html
@@ -6,13 +6,12 @@
LOB::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader.html b/docs/v0.1/ion/Reader.html
index bf90726..b821573 100644
--- a/docs/v0.1/ion/Reader.html
+++ b/docs/v0.1/ion/Reader.html
@@ -6,13 +6,12 @@
Reader -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Buffer.html b/docs/v0.1/ion/Reader/Buffer.html
index 1293acb..4c0f4c7 100644
--- a/docs/v0.1/ion/Reader/Buffer.html
+++ b/docs/v0.1/ion/Reader/Buffer.html
@@ -6,13 +6,12 @@
Buffer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Buffer/Reader.html b/docs/v0.1/ion/Reader/Buffer/Reader.html
index e56a591..90b7d36 100644
--- a/docs/v0.1/ion/Reader/Buffer/Reader.html
+++ b/docs/v0.1/ion/Reader/Buffer/Reader.html
@@ -6,13 +6,12 @@
Reader -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Buffer/Reader/__construct.html b/docs/v0.1/ion/Reader/Buffer/Reader/__construct.html
index 669feb8..f92561b 100644
--- a/docs/v0.1/ion/Reader/Buffer/Reader/__construct.html
+++ b/docs/v0.1/ion/Reader/Buffer/Reader/__construct.html
@@ -6,13 +6,12 @@
Reader::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Buffer/getBuffer.html b/docs/v0.1/ion/Reader/Buffer/getBuffer.html
index ddcff56..7066f8f 100644
--- a/docs/v0.1/ion/Reader/Buffer/getBuffer.html
+++ b/docs/v0.1/ion/Reader/Buffer/getBuffer.html
@@ -6,13 +6,12 @@
Buffer::getBuffer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Options.html b/docs/v0.1/ion/Reader/Options.html
index 7efd0f2..428bb37 100644
--- a/docs/v0.1/ion/Reader/Options.html
+++ b/docs/v0.1/ion/Reader/Options.html
@@ -6,13 +6,12 @@
Options -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Options/__construct.html b/docs/v0.1/ion/Reader/Options/__construct.html
index 014b045..6de8938 100644
--- a/docs/v0.1/ion/Reader/Options/__construct.html
+++ b/docs/v0.1/ion/Reader/Options/__construct.html
@@ -6,13 +6,12 @@
Options::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Reader.html b/docs/v0.1/ion/Reader/Reader.html
index f34ff2a..fdee4c9 100644
--- a/docs/v0.1/ion/Reader/Reader.html
+++ b/docs/v0.1/ion/Reader/Reader.html
@@ -6,13 +6,12 @@
Reader -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Stream.html b/docs/v0.1/ion/Reader/Stream.html
index 85795f5..c8e9642 100644
--- a/docs/v0.1/ion/Reader/Stream.html
+++ b/docs/v0.1/ion/Reader/Stream.html
@@ -6,13 +6,12 @@
Stream -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Stream/Reader.html b/docs/v0.1/ion/Reader/Stream/Reader.html
index 8d9933d..26ce0e3 100644
--- a/docs/v0.1/ion/Reader/Stream/Reader.html
+++ b/docs/v0.1/ion/Reader/Stream/Reader.html
@@ -6,13 +6,12 @@
Reader -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Stream/Reader/__construct.html b/docs/v0.1/ion/Reader/Stream/Reader/__construct.html
index 9df3d44..870a4c4 100644
--- a/docs/v0.1/ion/Reader/Stream/Reader/__construct.html
+++ b/docs/v0.1/ion/Reader/Stream/Reader/__construct.html
@@ -6,13 +6,12 @@
Reader::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Stream/getStream.html b/docs/v0.1/ion/Reader/Stream/getStream.html
index 9f02062..076e641 100644
--- a/docs/v0.1/ion/Reader/Stream/getStream.html
+++ b/docs/v0.1/ion/Reader/Stream/getStream.html
@@ -6,13 +6,12 @@
Stream::getStream -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Stream/resetStream.html b/docs/v0.1/ion/Reader/Stream/resetStream.html
index 08b2880..09fba58 100644
--- a/docs/v0.1/ion/Reader/Stream/resetStream.html
+++ b/docs/v0.1/ion/Reader/Stream/resetStream.html
@@ -6,13 +6,12 @@
Stream::resetStream -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/Stream/resetStreamWithLength.html b/docs/v0.1/ion/Reader/Stream/resetStreamWithLength.html
index 51353bc..f53c569 100644
--- a/docs/v0.1/ion/Reader/Stream/resetStreamWithLength.html
+++ b/docs/v0.1/ion/Reader/Stream/resetStreamWithLength.html
@@ -6,13 +6,12 @@
Stream::resetStreamWithLength -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/countAnnotations.html b/docs/v0.1/ion/Reader/countAnnotations.html
index 485688a..c0b0da1 100644
--- a/docs/v0.1/ion/Reader/countAnnotations.html
+++ b/docs/v0.1/ion/Reader/countAnnotations.html
@@ -6,13 +6,12 @@
Reader::countAnnotations -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/getAnnotation.html b/docs/v0.1/ion/Reader/getAnnotation.html
index e3b0012..73c5452 100644
--- a/docs/v0.1/ion/Reader/getAnnotation.html
+++ b/docs/v0.1/ion/Reader/getAnnotation.html
@@ -6,13 +6,12 @@
Reader::getAnnotation -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/getAnnotationSymbol.html b/docs/v0.1/ion/Reader/getAnnotationSymbol.html
index aa5e04e..5d47b0a 100644
--- a/docs/v0.1/ion/Reader/getAnnotationSymbol.html
+++ b/docs/v0.1/ion/Reader/getAnnotationSymbol.html
@@ -6,13 +6,12 @@
Reader::getAnnotationSymbol -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/getAnnotationSymbols.html b/docs/v0.1/ion/Reader/getAnnotationSymbols.html
index 0f5afeb..8a58590 100644
--- a/docs/v0.1/ion/Reader/getAnnotationSymbols.html
+++ b/docs/v0.1/ion/Reader/getAnnotationSymbols.html
@@ -6,13 +6,12 @@
Reader::getAnnotationSymbols -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/getAnnotations.html b/docs/v0.1/ion/Reader/getAnnotations.html
index 2ac7f23..6ed8652 100644
--- a/docs/v0.1/ion/Reader/getAnnotations.html
+++ b/docs/v0.1/ion/Reader/getAnnotations.html
@@ -6,13 +6,12 @@
Reader::getAnnotations -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/getDepth.html b/docs/v0.1/ion/Reader/getDepth.html
index 5cc7a39..9b0c228 100644
--- a/docs/v0.1/ion/Reader/getDepth.html
+++ b/docs/v0.1/ion/Reader/getDepth.html
@@ -6,13 +6,12 @@
Reader::getDepth -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/getFieldName.html b/docs/v0.1/ion/Reader/getFieldName.html
index 0f991b4..63dd48c 100644
--- a/docs/v0.1/ion/Reader/getFieldName.html
+++ b/docs/v0.1/ion/Reader/getFieldName.html
@@ -6,13 +6,12 @@
Reader::getFieldName -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/getFieldNameSymbol.html b/docs/v0.1/ion/Reader/getFieldNameSymbol.html
index 453b524..5abb2bd 100644
--- a/docs/v0.1/ion/Reader/getFieldNameSymbol.html
+++ b/docs/v0.1/ion/Reader/getFieldNameSymbol.html
@@ -6,13 +6,12 @@
Reader::getFieldNameSymbol -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/getPosition.html b/docs/v0.1/ion/Reader/getPosition.html
index ed99000..4e90bc8 100644
--- a/docs/v0.1/ion/Reader/getPosition.html
+++ b/docs/v0.1/ion/Reader/getPosition.html
@@ -6,13 +6,12 @@
Reader::getPosition -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/getType.html b/docs/v0.1/ion/Reader/getType.html
index 24f28f5..994138e 100644
--- a/docs/v0.1/ion/Reader/getType.html
+++ b/docs/v0.1/ion/Reader/getType.html
@@ -6,13 +6,12 @@
Reader::getType -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/getValueLength.html b/docs/v0.1/ion/Reader/getValueLength.html
index 873ed54..de76518 100644
--- a/docs/v0.1/ion/Reader/getValueLength.html
+++ b/docs/v0.1/ion/Reader/getValueLength.html
@@ -6,13 +6,12 @@
Reader::getValueLength -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/getValueOffset.html b/docs/v0.1/ion/Reader/getValueOffset.html
index 8104727..b576534 100644
--- a/docs/v0.1/ion/Reader/getValueOffset.html
+++ b/docs/v0.1/ion/Reader/getValueOffset.html
@@ -6,13 +6,12 @@
Reader::getValueOffset -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/hasAnnotation.html b/docs/v0.1/ion/Reader/hasAnnotation.html
index 12d924e..b3738d8 100644
--- a/docs/v0.1/ion/Reader/hasAnnotation.html
+++ b/docs/v0.1/ion/Reader/hasAnnotation.html
@@ -6,13 +6,12 @@
Reader::hasAnnotation -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/hasAnnotations.html b/docs/v0.1/ion/Reader/hasAnnotations.html
index 34a023c..969bc17 100644
--- a/docs/v0.1/ion/Reader/hasAnnotations.html
+++ b/docs/v0.1/ion/Reader/hasAnnotations.html
@@ -6,13 +6,12 @@
Reader::hasAnnotations -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/isInStruct.html b/docs/v0.1/ion/Reader/isInStruct.html
index 8188c44..b34044e 100644
--- a/docs/v0.1/ion/Reader/isInStruct.html
+++ b/docs/v0.1/ion/Reader/isInStruct.html
@@ -6,13 +6,12 @@
Reader::isInStruct -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/isNull.html b/docs/v0.1/ion/Reader/isNull.html
index b5a2a32..a4e7ac2 100644
--- a/docs/v0.1/ion/Reader/isNull.html
+++ b/docs/v0.1/ion/Reader/isNull.html
@@ -6,13 +6,12 @@
Reader::isNull -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/readBool.html b/docs/v0.1/ion/Reader/readBool.html
index 4f426ad..64b0f59 100644
--- a/docs/v0.1/ion/Reader/readBool.html
+++ b/docs/v0.1/ion/Reader/readBool.html
@@ -6,13 +6,12 @@
Reader::readBool -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/readDecimal.html b/docs/v0.1/ion/Reader/readDecimal.html
index 41b0cd6..31ec410 100644
--- a/docs/v0.1/ion/Reader/readDecimal.html
+++ b/docs/v0.1/ion/Reader/readDecimal.html
@@ -6,13 +6,12 @@
Reader::readDecimal -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/readFloat.html b/docs/v0.1/ion/Reader/readFloat.html
index 94061bb..b88cece 100644
--- a/docs/v0.1/ion/Reader/readFloat.html
+++ b/docs/v0.1/ion/Reader/readFloat.html
@@ -6,13 +6,12 @@
Reader::readFloat -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/readInt.html b/docs/v0.1/ion/Reader/readInt.html
index e959a42..2a94145 100644
--- a/docs/v0.1/ion/Reader/readInt.html
+++ b/docs/v0.1/ion/Reader/readInt.html
@@ -6,13 +6,12 @@
Reader::readInt -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/readLob.html b/docs/v0.1/ion/Reader/readLob.html
index 7e7bed5..0753080 100644
--- a/docs/v0.1/ion/Reader/readLob.html
+++ b/docs/v0.1/ion/Reader/readLob.html
@@ -6,13 +6,12 @@
Reader::readLob -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/readLobPart.html b/docs/v0.1/ion/Reader/readLobPart.html
index 9f923d8..ec8d55c 100644
--- a/docs/v0.1/ion/Reader/readLobPart.html
+++ b/docs/v0.1/ion/Reader/readLobPart.html
@@ -6,13 +6,12 @@
Reader::readLobPart -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/readNull.html b/docs/v0.1/ion/Reader/readNull.html
index ed254fe..2384004 100644
--- a/docs/v0.1/ion/Reader/readNull.html
+++ b/docs/v0.1/ion/Reader/readNull.html
@@ -6,13 +6,12 @@
Reader::readNull -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/readString.html b/docs/v0.1/ion/Reader/readString.html
index 86aff4d..5fee8cb 100644
--- a/docs/v0.1/ion/Reader/readString.html
+++ b/docs/v0.1/ion/Reader/readString.html
@@ -6,13 +6,12 @@
Reader::readString -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/readStringPart.html b/docs/v0.1/ion/Reader/readStringPart.html
index f8392a1..e5359d6 100644
--- a/docs/v0.1/ion/Reader/readStringPart.html
+++ b/docs/v0.1/ion/Reader/readStringPart.html
@@ -6,13 +6,12 @@
Reader::readStringPart -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Reader/readSymbol.html b/docs/v0.1/ion/Reader/readSymbol.html
index 2549064..d8b747e 100644
--- a/docs/v0.1/ion/Reader/readSymbol.html
+++ b/docs/v0.1/ion/Reader/readSymbol.html
@@ -6,13 +6,12 @@
Reader::readSymbol -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/readTimestamp.html b/docs/v0.1/ion/Reader/readTimestamp.html
index b062e8b..c041c50 100644
--- a/docs/v0.1/ion/Reader/readTimestamp.html
+++ b/docs/v0.1/ion/Reader/readTimestamp.html
@@ -6,13 +6,12 @@
Reader::readTimestamp -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Reader/seek.html b/docs/v0.1/ion/Reader/seek.html
index 4177d94..2b407c0 100644
--- a/docs/v0.1/ion/Reader/seek.html
+++ b/docs/v0.1/ion/Reader/seek.html
@@ -6,13 +6,12 @@
Reader::seek -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Serializer.html b/docs/v0.1/ion/Serializer.html
index 4022847..4e69a3c 100644
--- a/docs/v0.1/ion/Serializer.html
+++ b/docs/v0.1/ion/Serializer.html
@@ -6,13 +6,12 @@
Serializer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Serializer/PHP.html b/docs/v0.1/ion/Serializer/PHP.html
index c6e3638..199daea 100644
--- a/docs/v0.1/ion/Serializer/PHP.html
+++ b/docs/v0.1/ion/Serializer/PHP.html
@@ -6,13 +6,12 @@
PHP -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Serializer/PHP/__construct.html b/docs/v0.1/ion/Serializer/PHP/__construct.html
index a287506..37126a6 100644
--- a/docs/v0.1/ion/Serializer/PHP/__construct.html
+++ b/docs/v0.1/ion/Serializer/PHP/__construct.html
@@ -6,13 +6,12 @@
PHP::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Serializer/serialize.html b/docs/v0.1/ion/Serializer/serialize.html
index c371e1a..72be950 100644
--- a/docs/v0.1/ion/Serializer/serialize.html
+++ b/docs/v0.1/ion/Serializer/serialize.html
@@ -6,13 +6,12 @@
Serializer::serialize -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol.html b/docs/v0.1/ion/Symbol.html
index 44d4c5b..3718623 100644
--- a/docs/v0.1/ion/Symbol.html
+++ b/docs/v0.1/ion/Symbol.html
@@ -6,13 +6,12 @@
Symbol -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Enum.html b/docs/v0.1/ion/Symbol/Enum.html
index 2feeb21..49e6bc2 100644
--- a/docs/v0.1/ion/Symbol/Enum.html
+++ b/docs/v0.1/ion/Symbol/Enum.html
@@ -6,13 +6,12 @@
Enum -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Enum/toSID.html b/docs/v0.1/ion/Symbol/Enum/toSID.html
index 7abf93e..831b404 100644
--- a/docs/v0.1/ion/Symbol/Enum/toSID.html
+++ b/docs/v0.1/ion/Symbol/Enum/toSID.html
@@ -6,13 +6,12 @@
Enum::toSID -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Enum/toString.html b/docs/v0.1/ion/Symbol/Enum/toString.html
index e7e2995..8a3e194 100644
--- a/docs/v0.1/ion/Symbol/Enum/toString.html
+++ b/docs/v0.1/ion/Symbol/Enum/toString.html
@@ -6,13 +6,12 @@
Enum::toString -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Enum/toSymbol.html b/docs/v0.1/ion/Symbol/Enum/toSymbol.html
index 00c86f4..3c30670 100644
--- a/docs/v0.1/ion/Symbol/Enum/toSymbol.html
+++ b/docs/v0.1/ion/Symbol/Enum/toSymbol.html
@@ -6,13 +6,12 @@
Enum::toSymbol -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/ImportLocation.html b/docs/v0.1/ion/Symbol/ImportLocation.html
index c2dfe22..d79f096 100644
--- a/docs/v0.1/ion/Symbol/ImportLocation.html
+++ b/docs/v0.1/ion/Symbol/ImportLocation.html
@@ -6,13 +6,12 @@
ImportLocation -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/ImportLocation/__construct.html b/docs/v0.1/ion/Symbol/ImportLocation/__construct.html
index 2f20785..dac8cbb 100644
--- a/docs/v0.1/ion/Symbol/ImportLocation/__construct.html
+++ b/docs/v0.1/ion/Symbol/ImportLocation/__construct.html
@@ -6,13 +6,12 @@
ImportLocation::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/PHP.html b/docs/v0.1/ion/Symbol/PHP.html
index 978b067..bf7c504 100644
--- a/docs/v0.1/ion/Symbol/PHP.html
+++ b/docs/v0.1/ion/Symbol/PHP.html
@@ -6,13 +6,12 @@
PHP -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/PHP/asTable.html b/docs/v0.1/ion/Symbol/PHP/asTable.html
index 5b44bf5..b71fb36 100644
--- a/docs/v0.1/ion/Symbol/PHP/asTable.html
+++ b/docs/v0.1/ion/Symbol/PHP/asTable.html
@@ -6,13 +6,12 @@
PHP::asTable -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/System.html b/docs/v0.1/ion/Symbol/System.html
index 8a93334..0730d20 100644
--- a/docs/v0.1/ion/Symbol/System.html
+++ b/docs/v0.1/ion/Symbol/System.html
@@ -6,13 +6,12 @@
System -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/System/asTable.html b/docs/v0.1/ion/Symbol/System/asTable.html
index 239b099..6d86eac 100644
--- a/docs/v0.1/ion/Symbol/System/asTable.html
+++ b/docs/v0.1/ion/Symbol/System/asTable.html
@@ -6,13 +6,12 @@
System::asTable -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Table.html b/docs/v0.1/ion/Symbol/Table.html
index f9c88a1..25ab23d 100644
--- a/docs/v0.1/ion/Symbol/Table.html
+++ b/docs/v0.1/ion/Symbol/Table.html
@@ -6,13 +6,12 @@
Table -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Table/Local.html b/docs/v0.1/ion/Symbol/Table/Local.html
index e0db5b9..8001c0e 100644
--- a/docs/v0.1/ion/Symbol/Table/Local.html
+++ b/docs/v0.1/ion/Symbol/Table/Local.html
@@ -6,13 +6,12 @@
Local -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Table/Local/__construct.html b/docs/v0.1/ion/Symbol/Table/Local/__construct.html
index 3f13c80..082476b 100644
--- a/docs/v0.1/ion/Symbol/Table/Local/__construct.html
+++ b/docs/v0.1/ion/Symbol/Table/Local/__construct.html
@@ -6,13 +6,12 @@
Local::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
Create a local symbol table.
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Symbol/Table/Local/import.html b/docs/v0.1/ion/Symbol/Table/Local/import.html
index bdb894e..f7e570d 100644
--- a/docs/v0.1/ion/Symbol/Table/Local/import.html
+++ b/docs/v0.1/ion/Symbol/Table/Local/import.html
@@ -6,13 +6,12 @@
Local::import -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Table/Shared.html b/docs/v0.1/ion/Symbol/Table/Shared.html
index de2459d..cdfce20 100644
--- a/docs/v0.1/ion/Symbol/Table/Shared.html
+++ b/docs/v0.1/ion/Symbol/Table/Shared.html
@@ -6,13 +6,12 @@
Shared -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Table/Shared/__construct.html b/docs/v0.1/ion/Symbol/Table/Shared/__construct.html
index b2f2e6f..06f00c6 100644
--- a/docs/v0.1/ion/Symbol/Table/Shared/__construct.html
+++ b/docs/v0.1/ion/Symbol/Table/Shared/__construct.html
@@ -6,13 +6,12 @@
Shared::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Table/add.html b/docs/v0.1/ion/Symbol/Table/add.html
index c9baa33..6e49d74 100644
--- a/docs/v0.1/ion/Symbol/Table/add.html
+++ b/docs/v0.1/ion/Symbol/Table/add.html
@@ -6,13 +6,12 @@
Table::add -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Table/find.html b/docs/v0.1/ion/Symbol/Table/find.html
index 1679819..84222d4 100644
--- a/docs/v0.1/ion/Symbol/Table/find.html
+++ b/docs/v0.1/ion/Symbol/Table/find.html
@@ -6,13 +6,12 @@
Table::find -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Table/findLocal.html b/docs/v0.1/ion/Symbol/Table/findLocal.html
index 00df68b..0747e6a 100644
--- a/docs/v0.1/ion/Symbol/Table/findLocal.html
+++ b/docs/v0.1/ion/Symbol/Table/findLocal.html
@@ -6,13 +6,12 @@
Table::findLocal -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/Table/getMaxId.html b/docs/v0.1/ion/Symbol/Table/getMaxId.html
index 06dcdbf..4f91a36 100644
--- a/docs/v0.1/ion/Symbol/Table/getMaxId.html
+++ b/docs/v0.1/ion/Symbol/Table/getMaxId.html
@@ -6,13 +6,12 @@
Table::getMaxId -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/__construct.html b/docs/v0.1/ion/Symbol/__construct.html
index b3032bb..c13f341 100644
--- a/docs/v0.1/ion/Symbol/__construct.html
+++ b/docs/v0.1/ion/Symbol/__construct.html
@@ -6,13 +6,12 @@
Symbol::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/equals.html b/docs/v0.1/ion/Symbol/equals.html
index 16a4a70..54e4a3f 100644
--- a/docs/v0.1/ion/Symbol/equals.html
+++ b/docs/v0.1/ion/Symbol/equals.html
@@ -6,13 +6,12 @@
Symbol::equals -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Symbol/toString.html b/docs/v0.1/ion/Symbol/toString.html
index 2776319..67d80d0 100644
--- a/docs/v0.1/ion/Symbol/toString.html
+++ b/docs/v0.1/ion/Symbol/toString.html
@@ -6,13 +6,12 @@
Symbol::toString -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Timestamp.html b/docs/v0.1/ion/Timestamp.html
index 29c7419..a1f2073 100644
--- a/docs/v0.1/ion/Timestamp.html
+++ b/docs/v0.1/ion/Timestamp.html
@@ -6,13 +6,12 @@
Timestamp -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Timestamp/Format.html b/docs/v0.1/ion/Timestamp/Format.html
index be7d423..97ab8da 100644
--- a/docs/v0.1/ion/Timestamp/Format.html
+++ b/docs/v0.1/ion/Timestamp/Format.html
@@ -6,13 +6,12 @@
Format -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Timestamp/Precision.html b/docs/v0.1/ion/Timestamp/Precision.html
index 95742b8..ba0d5df 100644
--- a/docs/v0.1/ion/Timestamp/Precision.html
+++ b/docs/v0.1/ion/Timestamp/Precision.html
@@ -6,13 +6,12 @@
Precision -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Timestamp/__construct.html b/docs/v0.1/ion/Timestamp/__construct.html
index 48838a1..13f6c66 100644
--- a/docs/v0.1/ion/Timestamp/__construct.html
+++ b/docs/v0.1/ion/Timestamp/__construct.html
@@ -6,13 +6,12 @@
Timestamp::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Type.html b/docs/v0.1/ion/Type.html
index 99a13e1..b4e6496 100644
--- a/docs/v0.1/ion/Type.html
+++ b/docs/v0.1/ion/Type.html
@@ -6,13 +6,12 @@
Type -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Unserializer.html b/docs/v0.1/ion/Unserializer.html
index 27cbcee..ce2ff73 100644
--- a/docs/v0.1/ion/Unserializer.html
+++ b/docs/v0.1/ion/Unserializer.html
@@ -6,13 +6,12 @@
Unserializer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Unserializer/PHP.html b/docs/v0.1/ion/Unserializer/PHP.html
index fcf7dc2..ca717f8 100644
--- a/docs/v0.1/ion/Unserializer/PHP.html
+++ b/docs/v0.1/ion/Unserializer/PHP.html
@@ -6,13 +6,12 @@
PHP -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Unserializer/PHP/__construct.html b/docs/v0.1/ion/Unserializer/PHP/__construct.html
index 6eb94a4..62bf8a8 100644
--- a/docs/v0.1/ion/Unserializer/PHP/__construct.html
+++ b/docs/v0.1/ion/Unserializer/PHP/__construct.html
@@ -6,13 +6,12 @@
PHP::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Unserializer/unserialize.html b/docs/v0.1/ion/Unserializer/unserialize.html
index eb1440d..bfad78d 100644
--- a/docs/v0.1/ion/Unserializer/unserialize.html
+++ b/docs/v0.1/ion/Unserializer/unserialize.html
@@ -6,13 +6,12 @@
Unserializer::unserialize -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer.html b/docs/v0.1/ion/Writer.html
index 5585e1d..590c6dd 100644
--- a/docs/v0.1/ion/Writer.html
+++ b/docs/v0.1/ion/Writer.html
@@ -6,13 +6,12 @@
Writer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Buffer.html b/docs/v0.1/ion/Writer/Buffer.html
index e9d8c39..dae8539 100644
--- a/docs/v0.1/ion/Writer/Buffer.html
+++ b/docs/v0.1/ion/Writer/Buffer.html
@@ -6,13 +6,12 @@
Buffer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Buffer/Writer.html b/docs/v0.1/ion/Writer/Buffer/Writer.html
index 764a854..f929fb4 100644
--- a/docs/v0.1/ion/Writer/Buffer/Writer.html
+++ b/docs/v0.1/ion/Writer/Buffer/Writer.html
@@ -6,13 +6,12 @@
Writer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Buffer/Writer/__construct.html b/docs/v0.1/ion/Writer/Buffer/Writer/__construct.html
index 6f5ffea..b1aafb3 100644
--- a/docs/v0.1/ion/Writer/Buffer/Writer/__construct.html
+++ b/docs/v0.1/ion/Writer/Buffer/Writer/__construct.html
@@ -6,13 +6,12 @@
Writer::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Buffer/getBuffer.html b/docs/v0.1/ion/Writer/Buffer/getBuffer.html
index 77a144f..d738a02 100644
--- a/docs/v0.1/ion/Writer/Buffer/getBuffer.html
+++ b/docs/v0.1/ion/Writer/Buffer/getBuffer.html
@@ -6,13 +6,12 @@
Buffer::getBuffer -
mdref
+
-
-
@@ -21,7 +20,7 @@
Get the buffer written to.
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Writer/Buffer/resetBuffer.html b/docs/v0.1/ion/Writer/Buffer/resetBuffer.html
index 74460d8..e5ead58 100644
--- a/docs/v0.1/ion/Writer/Buffer/resetBuffer.html
+++ b/docs/v0.1/ion/Writer/Buffer/resetBuffer.html
@@ -6,13 +6,12 @@
Buffer::resetBuffer -
mdref
+
-
-
@@ -21,7 +20,7 @@
Reset the buffer written to.
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Writer/Options.html b/docs/v0.1/ion/Writer/Options.html
index edee0c4..82a8dd2 100644
--- a/docs/v0.1/ion/Writer/Options.html
+++ b/docs/v0.1/ion/Writer/Options.html
@@ -6,13 +6,12 @@
Options -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Options/__construct.html b/docs/v0.1/ion/Writer/Options/__construct.html
index df881a5..f198442 100644
--- a/docs/v0.1/ion/Writer/Options/__construct.html
+++ b/docs/v0.1/ion/Writer/Options/__construct.html
@@ -6,13 +6,12 @@
Options::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Stream.html b/docs/v0.1/ion/Writer/Stream.html
index aca0a4c..4f71529 100644
--- a/docs/v0.1/ion/Writer/Stream.html
+++ b/docs/v0.1/ion/Writer/Stream.html
@@ -6,13 +6,12 @@
Stream -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Stream/Writer.html b/docs/v0.1/ion/Writer/Stream/Writer.html
index cf5c9fd..e081942 100644
--- a/docs/v0.1/ion/Writer/Stream/Writer.html
+++ b/docs/v0.1/ion/Writer/Stream/Writer.html
@@ -6,13 +6,12 @@
Writer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Stream/Writer/__construct.html b/docs/v0.1/ion/Writer/Stream/Writer/__construct.html
index 0d52e90..21be7fb 100644
--- a/docs/v0.1/ion/Writer/Stream/Writer/__construct.html
+++ b/docs/v0.1/ion/Writer/Stream/Writer/__construct.html
@@ -6,13 +6,12 @@
Writer::__construct -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Stream/getStream.html b/docs/v0.1/ion/Writer/Stream/getStream.html
index fb74d86..4631baf 100644
--- a/docs/v0.1/ion/Writer/Stream/getStream.html
+++ b/docs/v0.1/ion/Writer/Stream/getStream.html
@@ -6,13 +6,12 @@
Stream::getStream -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/Writer.html b/docs/v0.1/ion/Writer/Writer.html
index f3ac561..cf83dec 100644
--- a/docs/v0.1/ion/Writer/Writer.html
+++ b/docs/v0.1/ion/Writer/Writer.html
@@ -6,13 +6,12 @@
Writer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/appendLob.html b/docs/v0.1/ion/Writer/appendLob.html
index 8a132c3..0a6f9a5 100644
--- a/docs/v0.1/ion/Writer/appendLob.html
+++ b/docs/v0.1/ion/Writer/appendLob.html
@@ -6,13 +6,12 @@
Writer::appendLob -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/finish.html b/docs/v0.1/ion/Writer/finish.html
index 8b92949..ed1f84d 100644
--- a/docs/v0.1/ion/Writer/finish.html
+++ b/docs/v0.1/ion/Writer/finish.html
@@ -6,13 +6,12 @@
Writer::finish -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Writer/finishContainer.html b/docs/v0.1/ion/Writer/finishContainer.html
index 04262fe..5b2eeb1 100644
--- a/docs/v0.1/ion/Writer/finishContainer.html
+++ b/docs/v0.1/ion/Writer/finishContainer.html
@@ -6,13 +6,12 @@
Writer::finishContainer -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Writer/finishLob.html b/docs/v0.1/ion/Writer/finishLob.html
index cbf474f..2dabcc3 100644
--- a/docs/v0.1/ion/Writer/finishLob.html
+++ b/docs/v0.1/ion/Writer/finishLob.html
@@ -6,13 +6,12 @@
Writer::finishLob -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Writer/flush.html b/docs/v0.1/ion/Writer/flush.html
index b38e1d0..29e3c47 100644
--- a/docs/v0.1/ion/Writer/flush.html
+++ b/docs/v0.1/ion/Writer/flush.html
@@ -6,13 +6,12 @@
Writer::flush -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Writer/getDepth.html b/docs/v0.1/ion/Writer/getDepth.html
index 8904273..61df137 100644
--- a/docs/v0.1/ion/Writer/getDepth.html
+++ b/docs/v0.1/ion/Writer/getDepth.html
@@ -6,13 +6,12 @@
Writer::getDepth -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Writer/startContainer.html b/docs/v0.1/ion/Writer/startContainer.html
index 67adaa3..094568a 100644
--- a/docs/v0.1/ion/Writer/startContainer.html
+++ b/docs/v0.1/ion/Writer/startContainer.html
@@ -6,13 +6,12 @@
Writer::startContainer -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/startLob.html b/docs/v0.1/ion/Writer/startLob.html
index 873bbbe..8508446 100644
--- a/docs/v0.1/ion/Writer/startLob.html
+++ b/docs/v0.1/ion/Writer/startLob.html
@@ -6,13 +6,12 @@
Writer::startLob -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeAnnotation.html b/docs/v0.1/ion/Writer/writeAnnotation.html
index 70b44eb..676cb80 100644
--- a/docs/v0.1/ion/Writer/writeAnnotation.html
+++ b/docs/v0.1/ion/Writer/writeAnnotation.html
@@ -6,13 +6,12 @@
Writer::writeAnnotation -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeBLob.html b/docs/v0.1/ion/Writer/writeBLob.html
index 60fe705..ebe3486 100644
--- a/docs/v0.1/ion/Writer/writeBLob.html
+++ b/docs/v0.1/ion/Writer/writeBLob.html
@@ -6,13 +6,12 @@
Writer::writeBLob -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeBool.html b/docs/v0.1/ion/Writer/writeBool.html
index 00a7b0c..0ac929d 100644
--- a/docs/v0.1/ion/Writer/writeBool.html
+++ b/docs/v0.1/ion/Writer/writeBool.html
@@ -6,13 +6,12 @@
Writer::writeBool -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeCLob.html b/docs/v0.1/ion/Writer/writeCLob.html
index 0272434..160860d 100644
--- a/docs/v0.1/ion/Writer/writeCLob.html
+++ b/docs/v0.1/ion/Writer/writeCLob.html
@@ -6,13 +6,12 @@
Writer::writeCLob -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeDecimal.html b/docs/v0.1/ion/Writer/writeDecimal.html
index f325ea6..fafdad6 100644
--- a/docs/v0.1/ion/Writer/writeDecimal.html
+++ b/docs/v0.1/ion/Writer/writeDecimal.html
@@ -6,13 +6,12 @@
Writer::writeDecimal -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeFieldName.html b/docs/v0.1/ion/Writer/writeFieldName.html
index ed720de..819c1d5 100644
--- a/docs/v0.1/ion/Writer/writeFieldName.html
+++ b/docs/v0.1/ion/Writer/writeFieldName.html
@@ -6,13 +6,12 @@
Writer::writeFieldName -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeFloat.html b/docs/v0.1/ion/Writer/writeFloat.html
index 0417d4f..296789f 100644
--- a/docs/v0.1/ion/Writer/writeFloat.html
+++ b/docs/v0.1/ion/Writer/writeFloat.html
@@ -6,13 +6,12 @@
Writer::writeFloat -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeInt.html b/docs/v0.1/ion/Writer/writeInt.html
index a8e4332..3b06609 100644
--- a/docs/v0.1/ion/Writer/writeInt.html
+++ b/docs/v0.1/ion/Writer/writeInt.html
@@ -6,13 +6,12 @@
Writer::writeInt -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeNull.html b/docs/v0.1/ion/Writer/writeNull.html
index 19c9a2d..c45a33d 100644
--- a/docs/v0.1/ion/Writer/writeNull.html
+++ b/docs/v0.1/ion/Writer/writeNull.html
@@ -6,13 +6,12 @@
Writer::writeNull -
mdref
+
-
-
@@ -21,7 +20,7 @@
Params:#
- None.
-
-
-
+None.
+
+
-
+
diff --git a/docs/v0.1/ion/Writer/writeString.html b/docs/v0.1/ion/Writer/writeString.html
index 4a6fd6f..4fd7809 100644
--- a/docs/v0.1/ion/Writer/writeString.html
+++ b/docs/v0.1/ion/Writer/writeString.html
@@ -6,13 +6,12 @@
Writer::writeString -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeSymbol.html b/docs/v0.1/ion/Writer/writeSymbol.html
index caf2a1c..daebe9f 100644
--- a/docs/v0.1/ion/Writer/writeSymbol.html
+++ b/docs/v0.1/ion/Writer/writeSymbol.html
@@ -6,13 +6,12 @@
Writer::writeSymbol -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeTimestamp.html b/docs/v0.1/ion/Writer/writeTimestamp.html
index ae48928..c8b9df0 100644
--- a/docs/v0.1/ion/Writer/writeTimestamp.html
+++ b/docs/v0.1/ion/Writer/writeTimestamp.html
@@ -6,13 +6,12 @@
Writer::writeTimestamp -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/Writer/writeTypedNull.html b/docs/v0.1/ion/Writer/writeTypedNull.html
index b7b5d2b..d53f433 100644
--- a/docs/v0.1/ion/Writer/writeTypedNull.html
+++ b/docs/v0.1/ion/Writer/writeTypedNull.html
@@ -6,13 +6,12 @@
Writer::writeTypedNull -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/serialize.html b/docs/v0.1/ion/serialize.html
index 5f4ac25..73c5e46 100644
--- a/docs/v0.1/ion/serialize.html
+++ b/docs/v0.1/ion/serialize.html
@@ -6,13 +6,12 @@
serialize -
mdref
+
-
-
@@ -21,7 +20,7 @@
diff --git a/docs/v0.1/ion/unserialize.html b/docs/v0.1/ion/unserialize.html
index 9b32a20..8ed671b 100644
--- a/docs/v0.1/ion/unserialize.html
+++ b/docs/v0.1/ion/unserialize.html
@@ -6,13 +6,12 @@
unserialize -
mdref
+
-
-
@@ -21,7 +20,7 @@