1
0
mirror of https://github.com/danog/phpdoc.git synced 2024-11-26 12:04:47 +01:00
This commit is contained in:
Daniil Gentili 2022-01-08 18:24:56 +01:00
parent f6361bfc87
commit 0e907c3db3
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -130,10 +130,6 @@ abstract class GenericDoc
$relPath = $to;
$path = \implode('/', $relPath);
if ($path === '../../../danog/MadelineProto/EventHandler.md') {
\var_dump($namespace);
}
if (!$desc = $see->getDescription()) {
if ($desc = $this->builder->getTitle($ref)) {
$desc = "`$ref`: $desc";