[PATCH 8/8] Beatiful docs became more beautiful.

2013-06-02 Thread Ignas Anikevicius (gns_ank)
This is the same kind of refactoring as awful faced. Signed-off-by: Ignas Anikevicius (gns_ank) --- lib/beautiful.lua.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/beautiful.lua.in b/lib/beautiful.lua.in index cf91bfd..b1f4ff4 100644 --- a/lib/beautiful.lua.in +

[PATCH 7/8] Naughty docs fixes.

2013-06-02 Thread Ignas Anikevicius (gns_ank)
Here I have done more than just refactoring docs, I have moved most of the default values from the description of the notify function to the naughty.config.defaults table description. I hope that the changes are in the right direction. Signed-off-by: Ignas Anikevicius (gns_ank) --- lib/naughty.l

[PATCH 6/8] Fix Menubar docs

2013-06-02 Thread Ignas Anikevicius (gns_ank)
Signed-off-by: Ignas Anikevicius (gns_ank) --- lib/menubar/init.lua.in | 28 lib/menubar/utils.lua.in | 1 - 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/lib/menubar/init.lua.in b/lib/menubar/init.lua.in index 4583c78..11db2c5 100644 --- a/lib/me

[PATCH 5/8] Wibox doc fixes.

2013-06-02 Thread Ignas Anikevicius (gns_ank)
Signed-off-by: Ignas Anikevicius (gns_ank) --- lib/wibox/drawable.lua.in | 4 ++-- lib/wibox/init.lua.in | 10 +- lib/wibox/layout/align.lua.in | 1 - lib/wibox/layout/base.lua.in | 1 - lib/wibox/layout/constraint.lua.in | 1 - lib/wibox/layout/fixed.

[PATCH 3/8] Make awful docs easier to read

2013-06-02 Thread Ignas Anikevicius (gns_ank)
This essentially changes lots of stuff in awful documentation. Use markdown where necessary and update the formating of the parameters. Some of the changes are not consistent, but in my opinion it is a move to the right direction. I hope that it will be easier to maintain stuff in the future. Sign

[PATCH 4/8] Fix drawable docs.

2013-06-02 Thread Ignas Anikevicius (gns_ank)
Here I made some refactoring on the drawable side. Not much was needed. in this stage. Signed-off-by: Ignas Anikevicius (gns_ank) --- lib/wibox/drawable.lua.in | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/wibox/drawable.lua.in b/lib/wibox/drawable.lua.in in

[PATCH 2/8] CAPI docs: convert HTML to Markdown.

2013-06-02 Thread Ignas Anikevicius (gns_ank)
This is one of the first of many changes to documentation. We first start with the core modules. Signed-off-by: Ignas Anikevicius (gns_ank) --- luadoc/client.lua | 6 +++--- luadoc/keygrabber.lua | 29 ++--- 2 files changed, 17 insertions(+), 18 deletions(-) diff --

[PATCH 1/8] Update LDoc configuration: enable Markdown

2013-06-02 Thread Ignas Anikevicius (gns_ank)
Enable Markdown and write some exception rules, so that we do not have empty documentation pages about modules which nobody wants to read about (like awful.dbus). Signed-off-by: Ignas Anikevicius (gns_ank) --- config.ld.in | 23 +-- 1 file changed, 21 insertions(+), 2 deletio

[PATCH 0/8] Documentation Improvements

2013-06-02 Thread Ignas Anikevicius (gns_ank)
Hello list, Since my exams have finished, I could work a bit on my favorite window manager. I wanted to improve the documentation a bit and here it goes. I wanted to make use of Markdown as HTML documentation in source doesn't look too elegant, at least in my opinion. Also, we already are using