Index: openacs-4/packages/acs-tcl/tcl/cluster-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/cluster-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/cluster-procs.tcl 3 Sep 2024 15:37:34 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/cluster-procs.tcl 23 Oct 2024 17:07:11 -0000 1.3 @@ -66,6 +66,9 @@ #::nsf::method::property nx::Class method debug on nx::Class create Cluster { + # + # Class for managing a cluster of OpenACS nodes + # :property {url /acs-cluster-do} :property {myLocation ""} @@ -1112,10 +1115,18 @@ } # - # Define the acs::cluster object, since this is used e.g. in + # Define the acs::cluster object, since this is used, e.g., in # "acs::clusterwide", which is used quite early during boot. # - acs::Cluster create ::acs::cluster + acs::Cluster create ::acs::cluster { + # + # Configured cluster object, keeping the state of the cluster + # configuration. The interaction with the cluster is performed + # over this object. + # + # @see Class ::acs:Cluster + + } # # Refetch setup on reload operations of this file. #