Index: library/nx/nx.nxd =================================================================== diff -u -rbb292ab3dff4b1d3a65e0a532b691e8a6dcd688c -rcefbcad0bc9a882d40cbeecb71d19f378f68afc6 --- library/nx/nx.nxd (.../nx.nxd) (revision bb292ab3dff4b1d3a65e0a532b691e8a6dcd688c) +++ library/nx/nx.nxd (.../nx.nxd) (revision cefbcad0bc9a882d40cbeecb71d19f378f68afc6) @@ -92,6 +92,18 @@ # # @modifier protected +# @class.attribute {Object filter} +# +# Register the specified method(s) as per-object <<@glspl +# filter>>. Every filter must be an existing method in the +# scope of the object. + +# @class.attribute {Object mixin} +# +# Register the specified classes as per-object <<@glspl mixin_class>>. +# Every mixin must be an existing class. +# + # @class.attribute {Object noinit} # # If this flag is provided, the object initialization will not call @@ -788,7 +800,7 @@ # # Set the superclasses for a given class -# @class.attribute {Object mixin} +# @class.method {Object mixin} # # As a setter, '''mixin''' specifies a list of <<@glspl mixin_class>> to # set. Every mixin must be an existing class. In getter mode, you can @@ -800,7 +812,7 @@ # '''mixin''' returns the list of current <<@glspl mixin_class>> registered # with the object -# @class.attribute {Object filter} +# @class.method {Object filter} # # In its setter mode, '''filter''' allows you to register methods as # per-object <<@glspl filter>>. Every <<@gls filter>> must be an