diff --git a/src/compiler/crystal/tools/doc/html/type.html b/src/compiler/crystal/tools/doc/html/type.html index 10c7e51fedd3..e9918c6fe429 100644 --- a/src/compiler/crystal/tools/doc/html/type.html +++ b/src/compiler/crystal/tools/doc/html/type.html @@ -45,10 +45,10 @@
<%= type.formatted_alias_definition %>
<% end %>
-<%= OtherTypesTemplate.new("Included Modules", type, type.included_modules) %>
-<%= OtherTypesTemplate.new("Extended Modules", type, type.extended_modules) %>
-<%= OtherTypesTemplate.new("Direct Known Subclasses", type, type.subclasses) %>
-<%= OtherTypesTemplate.new("Direct including types", type, type.including_types) %>
+<%= OtherTypesTemplate.new("Included Modules", type, included_modules_with_docs) %>
+<%= OtherTypesTemplate.new("Extended Modules", type, extended_modules_with_docs) %>
+<%= OtherTypesTemplate.new("Direct Known Subclasses", type, subclasses_with_docs) %>
+<%= OtherTypesTemplate.new("Direct including types", type, including_types_with_docs) %>
<% if locations = type.locations %>