Index: library/nx/nx.nxd =================================================================== diff -u -r170cefa7618f2b44f91102711607fc6fa7d12c4f -r239888ee1ee6ed6d7b9afa5e170f49c5224a186d --- library/nx/nx.nxd (.../nx.nxd) (revision 170cefa7618f2b44f91102711607fc6fa7d12c4f) +++ library/nx/nx.nxd (.../nx.nxd) (revision 239888ee1ee6ed6d7b9afa5e170f49c5224a186d) @@ -43,9 +43,9 @@ # the overall '''create''' mechanism by just allocating uninitialized # objects using '''alloc'''. # -# @properties interally-called -# @parameter name The object identifier assigned to the object storage -# to be allocated. +# @property syshook +# @parameter name The designated object identifier assigned to the +# object storage to be allocated. # @return The name of the allocated, uninitialized object # @class.method {Class create}