From 212ec72236813ef9a674628ee9db96490573f275 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sat, 23 Oct 2021 21:01:20 -0400 Subject: [PATCH] Removing read only from properties descriptions. It's set with ldoc tag now. --- lib/awful/client.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/awful/client.lua b/lib/awful/client.lua index 919d86060..cda5dd061 100644 --- a/lib/awful/client.lua +++ b/lib/awful/client.lua @@ -850,7 +850,6 @@ end --- Return if a client has a fixed size or not. -- --- This property is read only. -- @property is_fixed -- @tparam[opt=false] boolean is_fixed The fixed size state -- @propemits false false @@ -877,7 +876,6 @@ end -- Does the client have a fixed horizontal position and width, i.e. is it -- fullscreen, maximized, or horizontally maximized? -- --- This property is read only. -- @property immobilized_horizontal -- @tparam[opt=false] boolean immobilized_horizontal The immobilized state -- @readonly @@ -894,7 +892,6 @@ end -- Does the client have a fixed vertical position and width, i.e. is it -- fullscreen, maximized, or vertically maximized? -- --- This property is read only. -- @property immobilized_vertical -- @tparam[opt=false] boolean immobilized_vertical The immobilized state -- @readonly