diff --git a/functions/hw.xml b/functions/hw.xml
index ff249aa511..ee726a0115 100644
--- a/functions/hw.xml
+++ b/functions/hw.xml
@@ -1,5 +1,5 @@
-
+
Hyperwave functions
Hyperwave
@@ -2074,6 +2074,164 @@ RewriteEngine on
+
+
+ hw_stat
+
+ Returns status string
+
+
+
+ Description
+
+
+ string hw_stat
+ int link
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
+
+ hw_setlinkroot
+
+ Set the id to which links are calculated
+
+
+
+ Description
+
+
+ void hw_setlinkroot
+ int link
+ int rootid
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
+
+ hw_connection_info
+
+ Prints information about the connection to Hyperwave server
+
+
+
+ Description
+
+
+ void hw_connection_info
+ int link
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
+
+ hw_dummy
+
+ Hyperwave dummy function
+
+
+
+ Description
+
+
+ string hw_dummy
+ int link
+ int id
+ int msgid
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
+
+ hw_insertanchors
+
+ Inserts only anchors into text
+
+
+
+ Description
+
+
+ string hw_insertanchors
+ int hwdoc
+ array anchorecs
+ array dest
+ array urlprefixes
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
+
+ hw_getrellink
+
+ Get link from source to dest relative to rootid
+
+
+
+ Description
+
+
+ string hw_getrellink
+ int link
+ int rootid
+ int sourceid
+ int destid
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
+
+ hw_changeobject
+
+ Changes attributes of an object (obsolete)
+
+
+
+ Description
+
+
+ void hw_changeobject
+ int link
+ int objid
+ array attributes
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
ICAP Functions
ICAP
@@ -440,6 +440,96 @@
+
+
+ icap_create_calendar
+
+ Create a new calendar
+
+
+
+ Description
+
+
+ string icap_create_calendar
+ int stream_id
+ string calendar
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
+
+ icap_create_calendar
+
+ Rename a calendar
+
+
+
+ Description
+
+
+ string icap_create_calendar
+ int stream_id
+ string old_name
+ string new_name
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
+
+ icap_create_calendar
+
+ Delete a calendar
+
+
+
+ Description
+
+
+ string icap_create_calendar
+ int stream_id
+ string calendar
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+
+
+ icap_reopen
+
+ Reopen ICAP stream to new calendar
+
+
+
+ Description
+
+
+ int icap_reopen
+ int stream_id
+ string calendar
+ int options
+
+
+
+ &warn.undocumented.func;
+
+
+
+