X-Git-Url: http://nitlanguage.org diff --git a/src/doc/doc_phases/doc_structure.nit b/src/doc/doc_phases/doc_structure.nit index f2686e6..d84a739 100644 --- a/src/doc/doc_phases/doc_structure.nit +++ b/src/doc/doc_phases/doc_structure.nit @@ -147,7 +147,7 @@ redef class MModulePage private fun mclasses_for_mmodule(mmodule: MModule): Set[MClass] do var mclasses = new HashSet[MClass] for mclass in self.mclasses do - if mclass.intro.mmodule == mmodule then + if mclass.intro_mmodule == mmodule then mclasses.add mclass end end