From e0681590ab245fa21422072bbacb8a8f345b800f Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Mon, 17 Mar 2014 14:26:15 -0600 Subject: [PATCH] docs: make properties of objects be linkable --- docs/templates/lib/properties.template.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/templates/lib/properties.template.html b/docs/templates/lib/properties.template.html index 46b81e8c93..49378dd6ca 100644 --- a/docs/templates/lib/properties.template.html +++ b/docs/templates/lib/properties.template.html @@ -2,6 +2,7 @@

Properties

<@- for property in doc.properties @> +
*

<$ typeList(property.returns.typeList) $> <$ property.name $>

<$ property.returns.description $>