From: Alan Knowles Date: Tue, 15 Jan 2019 04:01:07 +0000 (+0800) Subject: docs/Roo.docs.template.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=da1a4b4ed495044d084c8245330543e6c30b5baf docs/Roo.docs.template.js --- diff --git a/docs/Roo.docs.template.js b/docs/Roo.docs.template.js index 068b220ccb..a95b07fc81 100644 --- a/docs/Roo.docs.template.js +++ b/docs/Roo.docs.template.js @@ -5,9 +5,12 @@ Roo.docs.template = { summary : function (data) { + output+= this.resolveLinks(data.desc) ; + if (data.example.length) { + output +'
'+data.example+'
'; + } - - } + },