<% if @contents || @file %> <% if object != '_index.html' %>Index » <% end %> <%= @breadcrumb_title %> <% elsif object.is_a?(CodeObjects::Base) %> <% if object.root? || object.type == :method %>Index<% else %>Index (<%= object.name.to_s[0,1] %>)<% end %> » <%= @breadcrumb.map {|obj| "" + linkify(obj, obj.name) + "" }.join(" » ") %> <%= @breadcrumb.size > 0 ? " » " : "" %> <%= object.root? ? "Top Level Namespace" : object.name(true) %> <% end %>
(no frames)