diff options
Diffstat (limited to 'lib/rdoc/generator/texinfo/file.texinfo.erb')
-rw-r--r-- | lib/rdoc/generator/texinfo/file.texinfo.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/rdoc/generator/texinfo/file.texinfo.erb b/lib/rdoc/generator/texinfo/file.texinfo.erb new file mode 100644 index 0000000000..b619b94bd2 --- /dev/null +++ b/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 %> |