Skip to content

Commit

Permalink
Documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jun 12, 2017
1 parent c881f8b commit bd31bec
Show file tree
Hide file tree
Showing 364 changed files with 2,986 additions and 1,834 deletions.
28 changes: 26 additions & 2 deletions docs/alltypes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,30 @@ <h3>All Types</h3>
</tr>
<tr>
<td>
<a href="../io.sureshg.extn/kotlin.reflect.-k-mutable-property0/index.html">kotlin.reflect.KMutableProperty0</a> (extensions in package io.sureshg.extn)</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../io.sureshg.extn/kotlin.reflect.-k-mutable-property1/index.html">kotlin.reflect.KMutableProperty1</a> (extensions in package io.sureshg.extn)</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../io.sureshg.extn/kotlin.reflect.-k-property0/index.html">kotlin.reflect.KProperty0</a> (extensions in package io.sureshg.extn)</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../io.sureshg.extn/kotlin.reflect.-k-property1/index.html">kotlin.reflect.KProperty1</a> (extensions in package io.sureshg.extn)</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="../io.sureshg.extn/java.security.-key-store/index.html">java.security.KeyStore</a> (extensions in package io.sureshg.extn)</td>
<td>
</td>
Expand All @@ -138,7 +162,7 @@ <h3>All Types</h3>
<td>
<a href="../io.sureshg.extn/-key-store-type/index.html">io.sureshg.extn.KeyStoreType</a></td>
<td>
<p>Java <a href="http://docs.oracle.com/javase/6/docs/api/java/security/KeyStore.html">KeyStore</a> types.</p>
<p>Java <a href="http://docs.oracle.com/javase/8/docs/api/java/security/KeyStore.html">KeyStore</a> types.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -178,7 +202,7 @@ <h3>All Types</h3>
<td>
<a href="../io.sureshg.extn/-saving-trust-manager/index.html">io.sureshg.extn.SavingTrustManager</a></td>
<td>
<p>An <a href="http://docs.oracle.com/javase/6/docs/api/javax/net/ssl/X509TrustManager.html">X509TrustManager</a> to save the server/client cert chains.</p>
<p>An <a href="http://docs.oracle.com/javase/8/docs/api/javax/net/ssl/X509TrustManager.html">X509TrustManager</a> to save the server/client cert chains.</p>
</td>
</tr>
<tr>
Expand Down
933 changes: 522 additions & 411 deletions docs/index-outline.html

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,27 @@
<link rel="stylesheet" href="style.css">
</HEAD>
<BODY>
<br/>
<br/>
<h3>Packages</h3>
<table>
<tbody>
<tr>
<td>
<a href="io.sureshg/index.html">io.sureshg</a></td>
<p><a href="io.sureshg/index.html">io.sureshg</a></p>
</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="io.sureshg.extn/index.html">io.sureshg.extn</a></td>
<p><a href="io.sureshg.extn/index.html">io.sureshg.extn</a></p>
</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="io.sureshg.log/index.html">io.sureshg.log</a></td>
<p><a href="io.sureshg.log/index.html">io.sureshg.log</a></p>
</td>
<td>
</td>
</tr>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-bg-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">BgEnd</a><br/>
<br/>
<h1>BgEnd</h1>
<code><span class="identifier">BgEnd</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L64">(source)</a>
<a name="io.sureshg.extn.AnsiColor.BgEnd"></a>
<code><span class="identifier">BgEnd</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-bg.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">Bg</a><br/>
<br/>
<h1>Bg</h1>
<code><span class="identifier">Bg</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L63">(source)</a>
<a name="io.sureshg.extn.AnsiColor.Bg"></a>
<code><span class="identifier">Bg</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-black-bg.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">BlackBg</a><br/>
<br/>
<h1>BlackBg</h1>
<code><span class="identifier">BlackBg</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L51">(source)</a>
<a name="io.sureshg.extn.AnsiColor.BlackBg"></a>
<code><span class="identifier">BlackBg</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-black.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">Black</a><br/>
<br/>
<h1>Black</h1>
<code><span class="identifier">Black</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L33">(source)</a>
<a name="io.sureshg.extn.AnsiColor.Black"></a>
<code><span class="identifier">Black</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-blink-rapid.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">BlinkRapid</a><br/>
<br/>
<h1>BlinkRapid</h1>
<code><span class="identifier">BlinkRapid</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L23">(source)</a>
<a name="io.sureshg.extn.AnsiColor.BlinkRapid"></a>
<code><span class="identifier">BlinkRapid</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-blink-slow.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">BlinkSlow</a><br/>
<br/>
<h1>BlinkSlow</h1>
<code><span class="identifier">BlinkSlow</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L22">(source)</a>
<a name="io.sureshg.extn.AnsiColor.BlinkSlow"></a>
<code><span class="identifier">BlinkSlow</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-blue-bg.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">BlueBg</a><br/>
<br/>
<h1>BlueBg</h1>
<code><span class="identifier">BlueBg</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L55">(source)</a>
<a name="io.sureshg.extn.AnsiColor.BlueBg"></a>
<code><span class="identifier">BlueBg</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-blue.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">Blue</a><br/>
<br/>
<h1>Blue</h1>
<code><span class="identifier">Blue</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L41">(source)</a>
<a name="io.sureshg.extn.AnsiColor.Blue"></a>
<code><span class="identifier">Blue</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-bold.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">Bold</a><br/>
<br/>
<h1>Bold</h1>
<code><span class="identifier">Bold</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L18">(source)</a>
<a name="io.sureshg.extn.AnsiColor.Bold"></a>
<code><span class="identifier">Bold</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-concealed.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">Concealed</a><br/>
<br/>
<h1>Concealed</h1>
<code><span class="identifier">Concealed</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L25">(source)</a>
<a name="io.sureshg.extn.AnsiColor.Concealed"></a>
<code><span class="identifier">Concealed</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
11 changes: 7 additions & 4 deletions docs/io.sureshg.extn/-ansi-color/-crossed-out.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
<a href="../index.html">io.sureshg.extn</a>&nbsp;/&nbsp;<a href="index.html">AnsiColor</a>&nbsp;/&nbsp;<a href=".">CrossedOut</a><br/>
<br/>
<h1>CrossedOut</h1>
<code><span class="identifier">CrossedOut</span></code> <a href="https://github.com/sureshg/kotlin-starter/blob/master/src/main/kotlin/io/sureshg/extn/AnsiColor.kt#L26">(source)</a>
<a name="io.sureshg.extn.AnsiColor.CrossedOut"></a>
<code><span class="identifier">CrossedOut</span></code>
<h3>Inherited Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="codes.html">codes</a></td>
<p><a href="codes.html">codes</a></p>
</td>
<td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><span class="identifier">IntArray</span></code></td>
<code><span class="keyword">vararg</span> <span class="keyword">val </span><span class="identifier">codes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int-array/index.html"><span class="identifier">IntArray</span></a></code></td>
</tr>
<tr>
<td>
<a href="esc.html">esc</a></td>
<p><a href="esc.html">esc</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">esc</span><span class="symbol">: </span><a href="../-ansi-esc.html"><span class="identifier">AnsiEsc</span></a></code>
<p>Returns ANSI escape unicode for the color.</p>
Expand Down
Loading

0 comments on commit bd31bec

Please sign in to comment.