engines: no more `super_inits` method used in old-style automatic init
[nit.git] / src / modelbuilder.nit
index 69dd2bf..48bc6fa 100644 (file)
@@ -630,6 +630,8 @@ class ModelBuilder
                                var mdoc = ndoc.to_mdoc
                                mmodule.mdoc = mdoc
                                mdoc.original_mentity = mmodule
+                       else
+                               advice(decl, "missing-doc", "Documentation warning: Undocumented module `{mmodule}`")
                        end
                end