{{ if(mode === 'describe') { extensions.supports('js'); } else if (mode==='render') { inherits('layouts/file') -}}
{{ dox() -> comments}} {{ comments.forEach(function(comment){ }}
{{=JSON.stringify(comment)}}
{{ if(!comment.ignore && !comment.isPrivate) { }}
{{ if(comment.ctx){ }}

{{= comment.ctx.string }}

{{ } }}
{{- comment.description.full }}
{{ if(comment.code){ }}
{{- highlight(comment.code, 'javascript') }}
{{ } }}
{{ } }} {{ }) }} {{ <- }}
{{ } }}