X-Git-Url: http://nitlanguage.org diff --git a/src/model/mdoc.nit b/src/model/mdoc.nit index dd31547..abc733a 100644 --- a/src/model/mdoc.nit +++ b/src/model/mdoc.nit @@ -26,12 +26,12 @@ class MDoc # The entity where the documentation is originally attached to. # This gives some context to resolve identifiers or to run examples. - var original_mentity: nullable MEntity writable = null + var original_mentity: nullable MEntity = null is writable end redef class MEntity # The documentation associated to the entity - var mdoc: nullable MDoc writable + var mdoc: nullable MDoc is writable # Is the entity deprecated? #