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() %> > <a href="<%= function_index_url() %>"><%= _('All Functions') %></a> > <%=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