mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
jsdoc: surround read only text with paragraph.
This commit is contained in:
parent
079692bdc3
commit
6e8824f7bb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
<if test="data.type">
|
<if test="data.type">
|
||||||
<div class="member-text">
|
<div class="member-text">
|
||||||
{+processInlineTags(data.desc)+}
|
{+processInlineTags(data.desc)+}
|
||||||
<if test="data.readOnly"> Read only.</if>
|
<if test="data.readOnly"><p>Read only.</p></if>
|
||||||
{+ new JSDOC.JsPlate(publish.conf.templatesDir+"examples.tmpl").process(data) +}
|
{+ new JSDOC.JsPlate(publish.conf.templatesDir+"examples.tmpl").process(data) +}
|
||||||
<if test="data.defaultValue">
|
<if test="data.defaultValue">
|
||||||
<ul><b>Default:</b>
|
<ul><b>Default:</b>
|
||||||
|
|
Loading…
Reference in a new issue