awesome/lib/ruled
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
..
client.lua doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
init.lua rules: Move `awful.rules` to `ruled.client`. 2020-01-19 02:58:37 -05:00