Sha256: 8f1e3a8c8f4dc5436afcad42a49a1926b2d8e0dcdea1545e0a01cdedd4646293
Contents?: true
Size: 609 Bytes
Versions: 2
Compression:
Stored size: 609 Bytes
Contents
<html> <head> <title>nasldoc</title> <link rel = 'stylesheet' type= 'text/css' href='stylesheet.css'> </head> <body> <div id="content"> <table class="nopad"> <tr class='TableHeadingColor'> <td> <a name='top'></a><h1>File Summary</h1> </td> </tr> <% @file_list.each do |file| %> <% output_file = file.gsub(".", "_") %> <% output_file = File.basename(file).gsub(".", "_") %> <tr> <td> <a href='<%= output_file %>.html' target='content'><%= File.basename(file) %></a> </td> </tr> <% end %> </table> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nasldoc-0.0.9 | lib/nasldoc/templates/overview.erb |
nasldoc-0.0.8 | lib/nasldoc/templates/overview.erb |