doc: Fix rendering of `client:swap()`.

This commit is contained in:
Emmanuel Lepage Vallee 2021-10-15 14:27:30 -07:00
parent 5a27eaa973
commit 80515c2225
1 changed files with 2 additions and 2 deletions

View File

@ -3090,8 +3090,8 @@ luaA_client_kill(lua_State *L)
* @tparam client c A client to swap with.
* @method swap
* @emits swapped
* @emitstparam swapped client The other client.
* @emitstparam swapped boolean `true` when `:swap()` was called
* @emitstparam swapped client other The other client.
* @emitstparam swapped boolean is_origin `true` when `:swap()` was called
* on *self* rather than the other client. `false` when
* `:swap()` was called on the other client.
* @emits list