X-Git-Url: http://nitlanguage.org diff --git a/src/doc/doc_phases/doc_readme.nit b/src/doc/doc_phases/doc_readme.nit index 605ddac..b34fc7f 100644 --- a/src/doc/doc_phases/doc_readme.nit +++ b/src/doc/doc_phases/doc_readme.nit @@ -258,7 +258,7 @@ redef class ListCommand if mentity isa MModule then v.add_article new MEntitiesListArticle("Classes", null, mentity.mclassdefs) else if mentity isa MClass then - var mprops = mentity.collect_intro_mproperties(public_visibility) + var mprops = mentity.collect_intro_mproperties(mentity.public_view) v.add_article new MEntitiesListArticle("Methods", null, mprops.to_a) else if mentity isa MClassDef then v.add_article new MEntitiesListArticle("Methods", null, mentity.mpropdefs)