<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja-JP">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=<%= charset() %>">
  <meta http-equiv="Content-Language" content="ja-JP">
  <link rel="stylesheet" type="text/css" href="<%= css_url() %>">
  <title><%=h @entry.type_label %> <%=h @entry.label %></title>
</head>
<body>

<p>
<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><%=h @entry.header %></code>
  <% if @entry.macro? then %>[MACRO]<% end %>
</dt>
<dd>
<%= compile_function(@entry) %>
</dd>
</dl>

</body>
</html>
