summaryrefslogtreecommitdiff
path: root/trunk/lib/rdoc/generator/texinfo/file.texinfo.erb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/lib/rdoc/generator/texinfo/file.texinfo.erb')
-rw-r--r--trunk/lib/rdoc/generator/texinfo/file.texinfo.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/lib/rdoc/generator/texinfo/file.texinfo.erb b/trunk/lib/rdoc/generator/texinfo/file.texinfo.erb
new file mode 100644
index 0000000000..b619b94bd2
--- /dev/null
+++ b/trunk/lib/rdoc/generator/texinfo/file.texinfo.erb
@@ -0,0 +1,6 @@
+<% if false %>
+<h2>File: <%= @v['file']["short_name"] %></h2>
+Path: <%= @v['file']["full_path"] %>
+
+<%= TexinfoTemplate.new(@v, 'content.texinfo.erb').render %>
+<% end %>