mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-28 21:39:47 +08:00
fixed apidoc context for markdown rendering
This commit is contained in:
@@ -25,7 +25,7 @@ if (empty($see)) {
|
||||
<h4>See Also</h4>
|
||||
<ul>
|
||||
<?php foreach($see as $ref): ?>
|
||||
<li><?= \yii\apidoc\helpers\Markdown::process($ref, $this->context->context->getType($object->definedBy)) ?></li>
|
||||
<li><?= \yii\apidoc\helpers\Markdown::process($ref, $object->definedBy) ?></li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user