Removing duplicating descriptions of screen properties as read only
Removed "Immutable: true" from readonly properties descriptions.
This commit is contained in:
parent
212ec72236
commit
fcef95b1f0
|
@ -181,7 +181,7 @@ end
|
||||||
|
|
||||||
--- The area where clients can be tiled.
|
--- The area where clients can be tiled.
|
||||||
--
|
--
|
||||||
-- This property holds the (read only) area where clients can be tiled. Use
|
-- This property holds the area where clients can be tiled. Use
|
||||||
-- the `padding` property, `wibox.struts` and `client.struts` to modify this
|
-- the `padding` property, `wibox.struts` and `client.struts` to modify this
|
||||||
-- area.
|
-- area.
|
||||||
--
|
--
|
||||||
|
@ -206,7 +206,7 @@ end
|
||||||
|
|
||||||
--- Take a screenshot of the physical screen.
|
--- Take a screenshot of the physical screen.
|
||||||
--
|
--
|
||||||
-- Reading this (read only) property returns a screenshot of the physical
|
-- Reading this property returns a screenshot of the physical
|
||||||
-- (Xinerama) screen as a cairo surface.
|
-- (Xinerama) screen as a cairo surface.
|
||||||
--
|
--
|
||||||
-- @property content
|
-- @property content
|
||||||
|
@ -303,7 +303,6 @@ end
|
||||||
--
|
--
|
||||||
-- * *property::outputs*
|
-- * *property::outputs*
|
||||||
--
|
--
|
||||||
-- **Immutable:** true
|
|
||||||
-- @property outputs
|
-- @property outputs
|
||||||
-- @param table
|
-- @param table
|
||||||
-- @tfield table table.name A table with the screen name as key (like `eDP1` on a laptop)
|
-- @tfield table table.name A table with the screen name as key (like `eDP1` on a laptop)
|
||||||
|
|
|
@ -171,8 +171,6 @@
|
||||||
*
|
*
|
||||||
* * *property::geometry*
|
* * *property::geometry*
|
||||||
*
|
*
|
||||||
* **Immutable:** true
|
|
||||||
*
|
|
||||||
* @DOC_screen_geometry_EXAMPLE@
|
* @DOC_screen_geometry_EXAMPLE@
|
||||||
*
|
*
|
||||||
* @property geometry
|
* @property geometry
|
||||||
|
@ -209,7 +207,6 @@
|
||||||
*
|
*
|
||||||
* screen[1].answer = 42
|
* screen[1].answer = 42
|
||||||
*
|
*
|
||||||
* **Immutable:** true
|
|
||||||
* @property index
|
* @property index
|
||||||
* @param integer
|
* @param integer
|
||||||
* @see screen
|
* @see screen
|
||||||
|
|
Loading…
Reference in New Issue