Sha256: b6d8ca5329efe52fd05ca0c57d26f6ac8f44891eda52bf923d0a3f22383c890f

Contents?: true

Size: 540 Bytes

Versions: 10

Compression:

Stored size: 540 Bytes

Contents

<%
   @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>
<%= search_form() %>

<% headline_init %>
<%= headline("#{@entry.type_label} #{@entry.label}") %>
<dl class="functionlist">
<dt>
  <code><%=h @entry.header %></code>
  <% if @entry.macro? then %>[MACRO]<% end %>
</dt>
<dd>
<%= compile_function(@entry) %>
</dd>
</dl>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bitclust-core-1.3.0 data/bitclust/template/function
bitclust-core-1.2.6 data/bitclust/template/function
bitclust-core-1.2.5 data/bitclust/template/function
bitclust-core-1.2.4 data/bitclust/template/function
bitclust-core-1.2.3 data/bitclust/template/function
bitclust-core-1.2.2 data/bitclust/template/function
bitclust-core-1.2.1 data/bitclust/template/function
bitclust-core-1.2.0 data/bitclust/template/function
bitclust-core-1.1.1 data/bitclust/template/function
bitclust-core-1.1.0 data/bitclust/template/function