Fix ldoc modules summaries missing the final `.`.
This commit is contained in:
parent
e411500dda
commit
82a2769e04
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Layout module for awful
|
||||
--- Layout module for awful.
|
||||
--
|
||||
-- @author Julien Danjou <julien@danjou.info>
|
||||
-- @copyright 2008 Julien Danjou
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--------------------------------------------------------------------------------
|
||||
--- A menu for awful
|
||||
--- A menu for awful.
|
||||
--
|
||||
-- @author Damien Leone <damien.leone@gmail.com>
|
||||
-- @author Julien Danjou <julien@danjou.info>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Screen module for awful
|
||||
--- Screen module for awful.
|
||||
--
|
||||
-- @author Julien Danjou <julien@danjou.info>
|
||||
-- @copyright 2008 Julien Danjou
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Utility module for awful
|
||||
--- Utility module for awful.
|
||||
--
|
||||
-- @author Julien Danjou <julien@danjou.info>
|
||||
-- @copyright 2008 Julien Danjou
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- A calendar popup wibox
|
||||
-- A calendar popup wibox.
|
||||
--
|
||||
-- Display a month or year calendar popup using `calendar_popup.month` or `calendar_popup.year`.
|
||||
-- The calendar style can be tweaked by providing tables of style properties at creation:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Display the current client layout (`awful.layout`) icon or name
|
||||
--- Display the current client layout (`awful.layout`) icon or name.
|
||||
--
|
||||
--
|
||||
-- @author Julien Danjou <julien@danjou.info>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Taglist widget module for awful
|
||||
--- Taglist widget module for awful.
|
||||
--
|
||||
-- Here is a more advanced example of how to extent the `taglist`. It provides:
|
||||
--
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Filesystem module for gears
|
||||
--- Filesystem module for gears.
|
||||
--
|
||||
-- @utillib gears.filesystem
|
||||
---------------------------------------------------------------------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Math module for gears
|
||||
--- Math module for gears.
|
||||
--
|
||||
-- @utillib gears.math
|
||||
---------------------------------------------------------------------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- String module for gears
|
||||
--- String module for gears.
|
||||
--
|
||||
-- @utillib gears.string
|
||||
---------------------------------------------------------------------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Table module for gears
|
||||
--- Table module for gears.
|
||||
--
|
||||
-- @utillib gears.table
|
||||
---------------------------------------------------------------------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Menubar module, which aims to provide a freedesktop menu alternative
|
||||
--- Menubar module, which aims to provide a freedesktop menu alternative.
|
||||
--
|
||||
-- List of menubar keybindings:
|
||||
-- ---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
--- Collection of layouts that can be used in widget boxes
|
||||
--- Collection of layouts that can be used in widget boxes.
|
||||
--
|
||||
-- @author Uli Schlachter
|
||||
-- @copyright 2010 Uli Schlachter
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- A calendar widget
|
||||
-- A calendar widget.
|
||||
--
|
||||
-- This module defines two widgets: a month calendar and a year calendar
|
||||
--
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** awesome mousegrabber API
|
||||
/** awesome mousegrabber API.
|
||||
* @author Julien Danjou <julien@danjou.info>
|
||||
* @copyright 2008-2009 Julien Danjou
|
||||
* @coreclassmod mousegrabber
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** awesome drawable API
|
||||
/** awesome drawable API.
|
||||
*
|
||||
* Furthermore to the classes described here, one can also use signals as
|
||||
* described in @{signals}.
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** awesome screen API
|
||||
/** awesome screen API.
|
||||
*
|
||||
* Screen objects can be added and removed over time. To get a callback for all
|
||||
* current and future screens, use `awful.screen.connect_for_each_screen`:
|
||||
|
|
Loading…
Reference in New Issue