X-Git-Url: http://nitlanguage.org diff --git a/src/doc/doc_phases/doc_hierarchies.nit b/src/doc/doc_phases/doc_hierarchies.nit index d9e7aab..fa9de2d 100644 --- a/src/doc/doc_phases/doc_hierarchies.nit +++ b/src/doc/doc_phases/doc_hierarchies.nit @@ -41,7 +41,7 @@ end redef class MModulePage redef fun build_inh_list(v, doc) do var id = mentity.nitdoc_id - var section = new ImportationListSection("{id}.importation", mentity) + var section = new TabbedGroup("{id}.importation", "Dependencies") var group = new PanelGroup("list.group", "List") var imports = self.imports.to_a v.name_sorter.sort(imports) @@ -77,9 +77,3 @@ redef class MClassPage root.children.first.children.insert(section, 1) end end - -# FIXME diff hack -class ImportationListSection - super TabbedGroup - super MEntityComposite -end