mirror of
https://github.com/danog/phpdoc.git
synced 2024-11-30 04:29:12 +01:00
Bugfix
This commit is contained in:
parent
2b767d022f
commit
0c33bf3bf2
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user