From ac5c11b7682307b99e0eadd591f348f72a805ca4 Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 16 Feb 2016 16:57:33 -0600 Subject: [PATCH] forcing markdown on return statements. Closes #435 --- scripts/docs/templates/common.template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 34b73db9..59910b58 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -197,7 +197,7 @@ Improve this doc <@ endif @> <@ if method.returns @> -
+
Returns: <$ typeInfo(method.returns) $>
@@ -231,7 +231,7 @@ Improve this doc <@ endif @> <@ if method.returns @> -
+
Returns: <$ typeInfo(method.returns) $>