X-Git-Url: http://nitlanguage.org diff --git a/contrib/neo_doxygen/src/doxml/compounddef.nit b/contrib/neo_doxygen/src/doxml/compounddef.nit index 4cd42ca..64a301d 100644 --- a/contrib/neo_doxygen/src/doxml/compounddef.nit +++ b/contrib/neo_doxygen/src/doxml/compounddef.nit @@ -22,7 +22,9 @@ import more_collections class CompoundDefListener super EntityDefListener + # The defined compound. var compound: Compound is writable, noinit + private var memberdef: MemberDefListener is noinit private var param_listener: TypeParamListener is noinit