model: rename LinexComparator::min/max to avoid name conflicts
[nit.git] / src / model / mdoc.nit
index dd31547..abc733a 100644 (file)
@@ -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?
        #