From fcef95b1f0db84e8d46a46312abdd837e9e81ad7 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sat, 23 Oct 2021 20:55:12 -0400 Subject: [PATCH] Removing duplicating descriptions of screen properties as read only Removed "Immutable: true" from readonly properties descriptions. --- lib/awful/screen.lua | 5 ++--- objects/screen.c | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/awful/screen.lua b/lib/awful/screen.lua index 42b1303f..8e444e52 100644 --- a/lib/awful/screen.lua +++ b/lib/awful/screen.lua @@ -181,7 +181,7 @@ end --- 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 -- area. -- @@ -206,7 +206,7 @@ end --- 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. -- -- @property content @@ -303,7 +303,6 @@ end -- -- * *property::outputs* -- --- **Immutable:** true -- @property outputs -- @param table -- @tfield table table.name A table with the screen name as key (like `eDP1` on a laptop) diff --git a/objects/screen.c b/objects/screen.c index 5a8d143a..c2e00f1b 100644 --- a/objects/screen.c +++ b/objects/screen.c @@ -171,8 +171,6 @@ * * * *property::geometry* * - * **Immutable:** true - * * @DOC_screen_geometry_EXAMPLE@ * * @property geometry @@ -209,7 +207,6 @@ * * screen[1].answer = 42 * - * **Immutable:** true * @property index * @param integer * @see screen