diff --git a/lib/resource-1.0/doc/gfdoc/Constructors.html b/lib/resource-1.0/doc/gfdoc/Constructors.html
index 0e6621876..15e07936a 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 12:43:52 CEST
+Last update: 2007-04-21 16:56:43 CEST
@@ -88,6 +88,7 @@ to this.
mkText : Phr -> Text ; -- John walks.
mkText : Utt -> Text ; -- John walks.
mkText : S -> Text ; -- John walks.
+ mkText : Cl -> Text ; -- John walks.
mkText : QS -> Text ; -- Does John walk?
mkText : Imp -> Text ; -- Walk!
mkText : Pol -> Imp -> Text ; -- Don't walk!