diff --git a/src/org/rascalmpl/library/lang/java/m3/Core.rsc b/src/org/rascalmpl/library/lang/java/m3/Core.rsc index 0ebfe5a8f0d..08e21e84d13 100644 --- a/src/org/rascalmpl/library/lang/java/m3/Core.rsc +++ b/src/org/rascalmpl/library/lang/java/m3/Core.rsc @@ -18,6 +18,7 @@ import List; import util::FileSystem; import util::Reflective; +@synopsis{Java extensions to the generic M3 model.} @description{ Notice that this model also contains the attributes from ((Library:analysis::m3::Core::M3)). }