aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates/index.html
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-12-29 17:02:26 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:18:36 -0300
commit7ca708a09839e4a9a9bb2f1fb600bf683d42c1e9 (patch)
tree44ced148ddfaf0ab7a037961d64cb36101e1ff5d /doc/_templates/index.html
parent3991d3b23bcce3f3ac5f468d35a1510a50ec8cba (diff)
Updated documentation for type converters.
Expanded the Complex type conversion unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Paulo Alcantara <pcacjr@gmail.com>
Diffstat (limited to 'doc/_templates/index.html')
-rw-r--r--doc/_templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 129a398be..00ac64271 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -17,6 +17,8 @@
<span class="linkdescr">explains the few flags used to change {{ project }} behaviour</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("typesystemvariables") }}">Type System Variables</a><br/>
<span class="linkdescr">describes the type system variables that could be used in user custom code</span></p>
+ <p class="biglink"><a class="biglink" href="{{ pathto("typeconverters") }}">Type Converters</a><br/>
+ <span class="linkdescr">describes how to define type converters</span></p>
</td>
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("codeinjectionsemantics") }}">Code Injection Semantics</a><br/>