thrust / docs /doxybook /templates /synopsis_brief.tmpl
camenduru's picture
thanks to nvidia ❤
8ae5fc5
{%- if exists("brief") -%}
<span class="doxybook-comment">{{ noop() -}}
{%- if default(synopsis_indent_width, 0) != 0 -%}
<code>{%- include "synopsis_indent.tmpl" -%}</code>
{%- endif -%}
/* {{ brief }} */{{ noop() -}}
</span>{{ noop() -}}
{%- endif -%}