in 0.5.0-incubating/hive/scaladocs/lib/index.js [110:126]
function openLink(t, type) {
var href;
if (type == 'object') {
href = t['object'];
} else {
href = t['class'] || t['trait'] || t['case class'] || t['type'];
}
return [
'<a class="tplshow" target="template" href="',
href,
'"><img width="13" height="13" class="',
type,
' icon" src="lib/',
type,
'.png" />'
].join('');
}