Sha256: e9f7472c2322d133d88c6491dad7df9eac33cf62a9fe29f3809a5b5aa9af5db6

Contents?: true

Size: 485 Bytes

Versions: 6

Compression:

Stored size: 485 Bytes

Contents

<%
    entry = @entry
    @title = "#{entry.type_label} #{entry.label}"
    @description = @entry.description
%>
<p>
<%= manual_home_link() %>
&gt; <a href="<%= function_index_url() %>"><%= _('All Functions') %></a>
&gt; <%=h entry.name %>
<% unless entry.public? %>(static)<% end %>
</p>

<% headline_init %>
<%= headline("#{entry.type_label} #{entry.label}") %>
<dl class="functionlist">
<dt>
  <code><%= entry.header %></code>
</dt>
<dd>
<%= compile_function(entry) %>
</dd>
</dl>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bitclust-core-1.2.3 data/bitclust/template.offline/function
bitclust-core-1.2.2 data/bitclust/template.offline/function
bitclust-core-1.2.1 data/bitclust/template.offline/function
bitclust-core-1.2.0 data/bitclust/template.offline/function
bitclust-core-1.1.1 data/bitclust/template.offline/function
bitclust-core-1.1.0 data/bitclust/template.offline/function