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

<p>
All Functions
</p>
<%
    headline_init
%>
<%= headline("function") %>
<table>
<%
    headline_push
    @entries.each do |f|
%>
<tr>
<td class="signature"><%= function_link(f.name) %></td>
<td class="description"><%= compile_rd(f.synopsis_source) %></td>
</tr>
<%
    end
    headline_pop
%>
</table>

</body>
</html>
