awesome/lib
Emmanuel Lepage-Vallee 575b0f12dc doc: Remove all type aliases.
They render poorly and serve no purpose.

    #!/bin/bash
    for FILE in $(git ls-files | grep -E "\.(h|c|lua)" | grep -v tests | grep -v spec); do
        sed -i 's/^[ ]*--*[ ]*@client /-- @tparam client /g' $FILE
    done
2020-01-19 20:30:06 -05:00
..
awful doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
beautiful client: Turn `rc.lua` logic into a new `request::border` signal. 2020-01-11 15:43:11 -08:00
gears Remove all usage of the now deprecated `awful.rules`. 2020-01-19 02:59:10 -05:00
menubar Fix ldoc modules summaries missing the final `.`. 2019-11-28 13:53:59 +01:00
naughty doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
ruled doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
wibox doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
beautiful.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00
naughty.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00