mirror of
https://github.com/danog/phpdoc.git
synced 2024-11-26 12:04:47 +01:00
Bugfix
This commit is contained in:
parent
2b767d022f
commit
0c33bf3bf2
@ -121,7 +121,7 @@ abstract class GenericDoc
|
||||
$seeAlso .= "* `$ref`\n";
|
||||
continue;
|
||||
}
|
||||
$from = \explode('\\', $this->resolvedClassName);
|
||||
$from = \explode('\\', $this->resolvedClassName.".md");
|
||||
|
||||
$relPath = $to;
|
||||
foreach ($from as $depth => $dir) {
|
||||
|
Loading…
Reference in New Issue
Block a user