awesome/docs/common
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_theme.ldoc client: Turn `rc.lua` logic into a new `request::border` signal. 2020-01-11 15:43:11 -08:00
cobject.ldoc doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
cursor_c.ldoc doc: Document cursors 2016-09-26 00:40:20 -04:00
fixed.ldoc doc: Upgrade the widget layout documentation. 2019-11-30 01:26:06 -05:00
object.ldoc Add inheritance tags to `docs/common/object.ldoc`. 2019-11-27 01:43:07 -05:00
rule.ldoc rules: Move `awful.rules` to `ruled.client`. 2020-01-19 02:58:37 -05:00
rules_index.ldoc doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
wibox.ldoc doc: Port the `wibox` module to the new doc format. 2019-12-21 13:25:25 -08:00
wibox_constructor.ldoc doc: Mutualize the wibar and wibox constructor documentation. 2017-11-27 00:22:11 -05:00
widget.ldoc Fix missing `self` parameter from signals. 2019-12-02 13:19:46 +01:00