From dc66687149078876f3964a5ab0b9aa0434f46cdc Mon Sep 17 00:00:00 2001
From: Misko Hevery
Date: Fri, 5 Nov 2010 15:05:24 -0700
Subject: added tests for documentation
---
docs/validator.template | 1 +
docs/widget.template | 1 +
docs/wiki_widgets.js | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/validator.template b/docs/validator.template
index 0d1a04f2..517a2fa0 100644
--- a/docs/validator.template
+++ b/docs/validator.template
@@ -22,6 +22,7 @@
Example
{{{exampleDescription}}}
+
{{{example}}}
\ No newline at end of file
diff --git a/docs/widget.template b/docs/widget.template
index b26bfb1c..f07bd9b2 100644
--- a/docs/widget.template
+++ b/docs/widget.template
@@ -20,6 +20,7 @@
{{name}}:{{#type}}{{type}}{{/type}}{{^type}}:*{{/type}}{{#default}}={{default}}{{/default}}: {{{description}}}
{{/param}}
+{{{paramDescription}}}
CSS
{{{css}}}
diff --git a/docs/wiki_widgets.js b/docs/wiki_widgets.js
index 0147536b..771d3f8c 100644
--- a/docs/wiki_widgets.js
+++ b/docs/wiki_widgets.js
@@ -20,7 +20,7 @@
'<angular/>' +
'plain' +
'source' +
- '' + html + '' +
+ '' + html + '' +
'' + html + '' +
'' +
'');
--
cgit v1.2.3