forcing markdown on return statements. Closes #435
This commit is contained in:
parent
5e6e8c2a80
commit
ac5c11b768
4
scripts/docs/templates/common.template.html
vendored
4
scripts/docs/templates/common.template.html
vendored
@ -197,7 +197,7 @@ Improve this doc
|
|||||||
<@ endif @>
|
<@ endif @>
|
||||||
|
|
||||||
<@ if method.returns @>
|
<@ if method.returns @>
|
||||||
<div class="return-value">
|
<div class="return-value" markdown="1">
|
||||||
<i class="icon ion-arrow-return-left"></i>
|
<i class="icon ion-arrow-return-left"></i>
|
||||||
<b>Returns:</b> <$ typeInfo(method.returns) $>
|
<b>Returns:</b> <$ typeInfo(method.returns) $>
|
||||||
</div>
|
</div>
|
||||||
@ -231,7 +231,7 @@ Improve this doc
|
|||||||
<@ endif @>
|
<@ endif @>
|
||||||
|
|
||||||
<@ if method.returns @>
|
<@ if method.returns @>
|
||||||
<div class="return-value">
|
<div class="return-value" markdown="1">
|
||||||
<i class="icon ion-arrow-return-left"></i>
|
<i class="icon ion-arrow-return-left"></i>
|
||||||
<b>Returns:</b> <$ typeInfo(method.returns) $>
|
<b>Returns:</b> <$ typeInfo(method.returns) $>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user