wkeese / old-api-viewer

Old viewer for output of old js-doc-parse, replaced by https://github.com/dojo/dapi
22 stars 10 forks source link

$details variable does not exist #27

Closed kitsonk closed 12 years ago

kitsonk commented 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:

$details .= '<div class="jsdoc-inheritance">Defined by ' . hyperlink($fn["from"], $base_url, $suffix) . '</div>';