chore(dgeni): allow markdown in the return description

This commit is contained in:
Perry Govier
2016-04-19 15:04:07 -05:00
parent 902fbd0f62
commit 20feed0cc8

View File

@ -142,7 +142,7 @@ angular_controller: APIDemoCtrl <@ endif @>
<@- endmacro -@>
<@- macro typeInfo(fn) -@>
<$ typeList(fn.typeList) $> <$ fn.description $>
<$ typeList(fn.typeList) $> <$ fn.description | marked $>
<@- endmacro -@>
<@ block body @>