Skip to content

Commit 85678e8

Browse files
committed
adjust property description container to match method docs
1 parent 3b609c7 commit 85678e8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

templates/html/views/propertyDetails.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@
4747
</span>
4848
</div>
4949

50-
<div class="signature"><?php echo $renderer->renderPropertySignature($property, $type); ?></div>
50+
<div class="doc-description">
51+
<?= ApiMarkdown::process($property->description, $type) ?>
5152

52-
<?= ApiMarkdown::process($property->description, $type) ?>
53+
<?= $this->render('seeAlso', ['object' => $property]) ?>
54+
</div>
5355

54-
<?= $this->render('seeAlso', ['object' => $property]) ?>
56+
<div class="signature"><?php echo $renderer->renderPropertySignature($property, $type); ?></div>
5557

5658
<?php endforeach; ?>
5759
</div>

0 commit comments

Comments
 (0)