Closed kitsonk closed 12 years ago
In lib\generate.php on line 792, the variable $details is being appended to, it doesn't exist at that point and then is actually never read, because it is wholly reassigned at line 869:
lib\generate.php
$details
$details .= '<div class="jsdoc-inheritance">Defined by ' . hyperlink($fn["from"], $base_url, $suffix) . '</div>';
In
lib\generate.php
on line 792, the variable$details
is being appended to, it doesn't exist at that point and then is actually never read, because it is wholly reassigned at line 869: