diff --git a/lib/resource-1.0/doc/gfdoc/Constructors.html b/lib/resource-1.0/doc/gfdoc/Constructors.html
index 15e07936a..478603a4b 100644
--- a/lib/resource-1.0/doc/gfdoc/Constructors.html
+++ b/lib/resource-1.0/doc/gfdoc/Constructors.html
@@ -6,7 +6,7 @@
Constructors: the High-Level Syntax API
-Last update: 2007-04-21 16:56:43 CEST
+Last update: 2007-04-21 20:28:53 CEST
@@ -134,7 +134,9 @@ to this.
} ;
mkCl : overload {
- mkCl : NP -> VP -> Cl ; -- John walks
+ mkCl : NP -> VP -> Cl ; -- John wants to walk
+ mkCl : NP -> V -> Cl ; -- John walks
+ mkCl : NP -> V2 -> NP -> Cl ; -- John uses it
mkCl : VP -> Cl ; -- it rains
mkCl : NP -> RS -> Cl ; -- it is you who did it
mkCl : Adv -> S -> Cl ; -- it is yesterday she arrived