File tree 2 files changed +8
-4
lines changed
share/mrdocs/addons/generator
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 196
196
{{ #> markup/dynamic-level-h }} Preconditions{{ /markup/dynamic-level-h }}
197
197
198
198
{{ #each symbol.doc.preconditions }}
199
- {{{ . }}}
199
+ * {{{ . }}}
200
200
{{ /each }}
201
201
202
202
{{ /if }}
205
205
{{ #> markup/dynamic-level-h }} Postconditions{{ /markup/dynamic-level-h }}
206
206
207
207
{{ #each symbol.doc.postconditions }}
208
- {{{ . }}}
208
+ * {{{ . }}}
209
209
{{ /each }}
210
210
211
211
{{ /if }}
Original file line number Diff line number Diff line change 272
272
{{ #if symbol.doc.preconditions }}
273
273
<div >
274
274
{{ #> markup/dynamic-level-h level =2 }} Preconditions{{ /markup/dynamic-level-h }}
275
+ <ul >
275
276
{{ #each symbol.doc.preconditions }}
276
- <p >{{{ . }}} </p >
277
+ <li >{{{ . }}} </li >
277
278
{{ /each }}
279
+ </ul >
278
280
</div >
279
281
{{ /if }}
280
282
{{! Postconditions }}
281
283
{{ #if symbol.doc.postconditions }}
282
284
<div >
283
285
{{ #> markup/dynamic-level-h level =2 }} Postconditions{{ /markup/dynamic-level-h }}
286
+ <ul >
284
287
{{ #each symbol.doc.postconditions }}
285
- <p >{{{ . }}} </p >
288
+ <li >{{{ . }}} </li >
286
289
{{ /each }}
290
+ </ul >
287
291
</div >
288
292
{{ /if }}
289
293
{{! See Also }}
You can’t perform that action at this time.
0 commit comments