Some doc fixes
This commit is contained in:
parent
fbfa6b8995
commit
e7663e1ebd
|
@ -91,8 +91,8 @@
|
||||||
* @field transient_for The client the window is transient for.
|
* @field transient_for The client the window is transient for.
|
||||||
* @field group_window Window identification unique to a group of windows.
|
* @field group_window Window identification unique to a group of windows.
|
||||||
* @field leader_window Identification unique to windows spawned by the same command.
|
* @field leader_window Identification unique to windows spawned by the same command.
|
||||||
* @field size_hints A table with size hints of the client: user_position,
|
* @field size_hints A table with size hints of the client: `user_position`,
|
||||||
* user_size, program_position, program_size, etc.
|
* `user_size`, `program_position`, `program_size`, etc.
|
||||||
* @field sticky Set the client sticky, i.e. available on all tags.
|
* @field sticky Set the client sticky, i.e. available on all tags.
|
||||||
* @field modal Indicate if the client is modal.
|
* @field modal Indicate if the client is modal.
|
||||||
* @field focusable True if the client can receive the input focus.
|
* @field focusable True if the client can receive the input focus.
|
||||||
|
@ -1935,8 +1935,8 @@ HANDLE_TITLEBAR(left, CLIENT_TITLEBAR_LEFT)
|
||||||
|
|
||||||
/** Return or set client geometry.
|
/** Return or set client geometry.
|
||||||
*
|
*
|
||||||
* @param arg1 A table with new coordinates, or none.
|
* @tparam table|nil geo A table with new coordinates, or nil.
|
||||||
* @return A table with client coordinates.
|
* @treturn table A table with client geometry and coordinates.
|
||||||
* @function geometry
|
* @function geometry
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|
|
@ -144,7 +144,7 @@ luaA_drawable_refresh(lua_State *L)
|
||||||
|
|
||||||
/** Get drawable geometry. The geometry consists of x, y, width and height.
|
/** Get drawable geometry. The geometry consists of x, y, width and height.
|
||||||
*
|
*
|
||||||
* @return A table with drawable coordinates and geometry.
|
* @treturn table A table with drawable coordinates and geometry.
|
||||||
* @function geometry
|
* @function geometry
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in New Issue