File: api_reference_entry_template.eex

package info (click to toggle)
elixir-ex-doc 0.35.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,784 kB
  • sloc: javascript: 2,848; makefile: 15; xml: 12; sh: 5
file content (11 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<div class="summary-row">
  <div class="summary-signature">
    <a href="<%=enc module_node.id %>.html" translate="no"><%=h module_node.title %></a>
    <%= if deprecated = module_node.deprecated do %>
      <span class="deprecated" title="<%= h(deprecated) %>">deprecated</span>
    <% end %>
  </div>
  <%= if doc = module_node.rendered_doc do %>
    <div class="summary-synopsis"><%= synopsis(doc) %></div>
  <% end %>
</div>