luaobject: Make the miss_handlers documentation private
As the code is now reliant on a single implementation, it cannot be replaced by the users anymore without breaking Awesome.
This commit is contained in:
parent
7772386f23
commit
bfccd1c467
|
@ -649,12 +649,12 @@
|
||||||
* @function instances
|
* @function instances
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Set a __index metamethod for all client instances.
|
/* Set a __index metamethod for all client instances.
|
||||||
* @tparam function cb The meta-method
|
* @tparam function cb The meta-method
|
||||||
* @function set_index_miss_handler
|
* @function set_index_miss_handler
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Set a __newindex metamethod for all client instances.
|
/* Set a __newindex metamethod for all client instances.
|
||||||
* @tparam function cb The meta-method
|
* @tparam function cb The meta-method
|
||||||
* @function set_newindex_miss_handler
|
* @function set_newindex_miss_handler
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -142,12 +142,12 @@
|
||||||
* @function instances
|
* @function instances
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Set a __index metamethod for all screen instances.
|
/* Set a __index metamethod for all screen instances.
|
||||||
* @tparam function cb The meta-method
|
* @tparam function cb The meta-method
|
||||||
* @function set_index_miss_handler
|
* @function set_index_miss_handler
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Set a __newindex metamethod for all screen instances.
|
/* Set a __newindex metamethod for all screen instances.
|
||||||
* @tparam function cb The meta-method
|
* @tparam function cb The meta-method
|
||||||
* @function set_newindex_miss_handler
|
* @function set_newindex_miss_handler
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -81,12 +81,12 @@
|
||||||
* @function instances
|
* @function instances
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Set a __index metamethod for all tag instances.
|
/* Set a __index metamethod for all tag instances.
|
||||||
* @tparam function cb The meta-method
|
* @tparam function cb The meta-method
|
||||||
* @function set_index_miss_handler
|
* @function set_index_miss_handler
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Set a __newindex metamethod for all tag instances.
|
/* Set a __newindex metamethod for all tag instances.
|
||||||
* @tparam function cb The meta-method
|
* @tparam function cb The meta-method
|
||||||
* @function set_newindex_miss_handler
|
* @function set_newindex_miss_handler
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue