1
0
mirror of https://github.com/danog/phpdoc.git synced 2024-11-30 04:29:12 +01:00
This commit is contained in:
Daniil Gentili 2020-10-15 19:17:06 +02:00
parent 2b767d022f
commit 0c33bf3bf2
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -121,7 +121,7 @@ abstract class GenericDoc
$seeAlso .= "* `$ref`\n"; $seeAlso .= "* `$ref`\n";
continue; continue;
} }
$from = \explode('\\', $this->resolvedClassName); $from = \explode('\\', $this->resolvedClassName.".md");
$relPath = $to; $relPath = $to;
foreach ($from as $depth => $dir) { foreach ($from as $depth => $dir) {