X-Git-Url: http://nitlanguage.org?ds=sidebyside diff --git a/src/model/mdoc.nit b/src/model/mdoc.nit index 7ce57e4..261fafe 100644 --- a/src/model/mdoc.nit +++ b/src/model/mdoc.nit @@ -35,7 +35,7 @@ end redef class MEntity # The documentation associated to the entity - var mdoc: nullable MDoc is writable + var mdoc: nullable MDoc = null is writable # The documentation associated to the entity or their main nested entity. #