Sha256: 46febf112303936e18ff5d9446b1bfaec9197131be319e0be329ebf497bef715
Contents?: true
Size: 591 Bytes
Versions: 1
Compression:
Stored size: 591 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <%= render :html_head %> <title>All Modules / Classes</title> <base target="main" /> </head> <body> <div id="nav" class="namespaces"> <h1>All Modules / Classes</h1> <ul> <% if root %> <li><%= linkify(root, "Top Level Namespace", nil, false) %></li> <% end %> <% for obj in objects %> <li><%= linkify(obj) %> <em>(<%= obj.type %>)</em></li> <% end %> </ul> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yard-0.2.3 | templates/default/fulldoc/html/all_namespaces.erb |