Update to RDoc r56
[rbx.git] / lib / rdoc / generator / texinfo / method.texinfo.erb
blobf5c2b73a4bd2dbbf0a04e2a459888ad292ef0f6d
1 @node <%= @v['class']['full_name'].gsub(/::/, '-') %><%= method_prefix @v['list'] %><%= @v['method']['name'] %>
2 @section <%= @v['class']["classmod"] %> <%= @v['class']['full_name'] %><%= method_prefix @v['list'] %><%= @v['method']['name'] %>
3 <%= @v['method']["type"] %> <%= @v['method']["category"] %> method:
4 <%= target @v['method']["aref"], @v['method']['callseq'] ||
5                                  @v['method']["name"] + @v['method']["params"] %>
6 <%= @v['method']["m_desc"] %>