We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351abd8 commit ac6b377Copy full SHA for ac6b377
visitor.php
@@ -607,6 +607,7 @@ private function getInheritedTagsForParam(Param $param): array
607
}
608
609
$description = str_replace("\n", ' ', $description);
610
+ $description = str_replace('@see \\', '@see ', $description);
611
$additions = [];
612
613
foreach ($this->additionalTags as $symbolName => $tags) {
0 commit comments