ruby--ruby/lib/rdoc/generator/texinfo/file.texinfo.erb

7 lines
171 B
Plaintext

<% if false %>
<h2>File: <%= @v['file']["short_name"] %></h2>
Path: <%= @v['file']["full_path"] %>
<%= TexinfoTemplate.new(@v, 'content.texinfo.erb').render %>
<% end %>