docs: make properties of objects be linkable

This commit is contained in:
Andy Joslin
2014-03-17 14:26:15 -06:00
parent e9bf43a813
commit e0681590ab

View File

@@ -2,6 +2,7 @@
<h2 id="properties">Properties</h2>
<@- for property in doc.properties @>
<div id="<$ property.name $>"></div>
* <h3><$ typeList(property.returns.typeList) $> <code><$ property.name $></code></h3>
<$ property.returns.description $>