<% @title = object.full_name %> <% if object.deprecated? %>
<%= img_tag('pdoc/deprecated.png', :alt => "Deprecated", :width => 150, :height => 150) %>
<% end %> <% if object.respond_to?(:src_code_href) && object.src_code_href %>

src code

<% end %>

<%= object.type %> <%= object.full_name %>