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:
Emmanuel Lepage Vallee 2016-04-07 00:50:54 -04:00
parent 7772386f23
commit bfccd1c467
3 changed files with 6 additions and 6 deletions

View File

@ -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
*/ */

View File

@ -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
*/ */

View File

@ -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
*/ */