diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-08 13:47:54 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-08 13:47:54 +0100 |
commit | e6e1126cba9e8e35ef8a972039428a7e3c91249b (patch) | |
tree | 57c9524142d06bfb3de79526622d38c189c05516 /api/pl.treksoft.kvision.utils | |
parent | c9f98dfdbdc3f56553b58dc226b3f841189d0fc0 (diff) | |
download | kvision-e6e1126cba9e8e35ef8a972039428a7e3c91249b.tar.gz kvision-e6e1126cba9e8e35ef8a972039428a7e3c91249b.tar.bz2 kvision-e6e1126cba9e8e35ef8a972039428a7e3c91249b.zip |
API documentantion update
Diffstat (limited to 'api/pl.treksoft.kvision.utils')
-rw-r--r-- | api/pl.treksoft.kvision.utils/index.html | 9 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.utils/normal.html | 15 |
2 files changed, 24 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.utils/index.html b/api/pl.treksoft.kvision.utils/index.html index a9b009b6..084ac3d3 100644 --- a/api/pl.treksoft.kvision.utils/index.html +++ b/api/pl.treksoft.kvision.utils/index.html @@ -95,6 +95,15 @@ <p>Helper property to describe CSS auto value.</p> </td> </tr> +<tr> +<td> +<p><a href="normal.html">normal</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">normal</span><span class="symbol">: </span><a href="../pl.treksoft.kvision.core/-css-size.html"><span class="identifier">CssSize</span></a></code> +<p>Helper property to describe CSS normal value.</p> +</td> +</tr> </tbody> </table> <h3>Functions</h3> diff --git a/api/pl.treksoft.kvision.utils/normal.html b/api/pl.treksoft.kvision.utils/normal.html new file mode 100644 index 00000000..3c1b1dca --- /dev/null +++ b/api/pl.treksoft.kvision.utils/normal.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>normal - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="index.html">pl.treksoft.kvision.utils</a> / <a href="./normal.html">normal</a><br/> +<br/> +<h1>normal</h1> +<a name="pl.treksoft.kvision.utils$normal"></a> +<code><span class="keyword">val </span><span class="identifier">normal</span><span class="symbol">: </span><a href="../pl.treksoft.kvision.core/-css-size.html"><span class="identifier">CssSize</span></a></code> +<p>Helper property to describe CSS normal value.</p> +</BODY> +</HTML> |