awesome/lib/wibox/widget
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
..
background.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
base.lua doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
calendar.lua Fix ldoc modules summaries missing the final `.`. 2019-11-28 13:53:59 +01:00
checkbox.lua doc: Modernize the widget doc. 2019-11-30 01:26:06 -05:00
graph.lua doc: Modernize the widget doc. 2019-11-30 01:26:06 -05:00
imagebox.lua doc: Modernize the widget doc. 2019-11-30 01:26:06 -05:00
init.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
piechart.lua doc: Modernize the widget doc. 2019-11-30 01:26:06 -05:00
progressbar.lua progressbar: Fix a major regression. (#2933) 2019-12-01 03:35:26 -05:00
separator.lua doc: Modernize the widget doc. 2019-11-30 01:26:06 -05:00
slider.lua doc: Modernize the widget doc. 2019-11-30 01:26:06 -05:00
systray.lua doc: Modernize the widget doc. 2019-11-30 01:26:06 -05:00
textbox.lua doc: Modernize the widget doc. 2019-11-30 01:26:06 -05:00
textclock.lua doc: Modernize the widget doc. 2019-11-30 01:26:06 -05:00