Fix ldoc modules summaries missing the final `.`.

This commit is contained in:
Aire-One 2019-11-21 15:43:15 +01:00
parent e411500dda
commit 82a2769e04
18 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Layout module for awful --- Layout module for awful.
-- --
-- @author Julien Danjou <julien@danjou.info> -- @author Julien Danjou <julien@danjou.info>
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
--- A menu for awful --- A menu for awful.
-- --
-- @author Damien Leone <damien.leone@gmail.com> -- @author Damien Leone <damien.leone@gmail.com>
-- @author Julien Danjou <julien@danjou.info> -- @author Julien Danjou <julien@danjou.info>

View File

@ -1,5 +1,5 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Screen module for awful --- Screen module for awful.
-- --
-- @author Julien Danjou <julien@danjou.info> -- @author Julien Danjou <julien@danjou.info>
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou

View File

@ -1,5 +1,5 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Utility module for awful --- Utility module for awful.
-- --
-- @author Julien Danjou <julien@danjou.info> -- @author Julien Danjou <julien@danjou.info>
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou

View File

@ -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`. -- 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: -- The calendar style can be tweaked by providing tables of style properties at creation:

View File

@ -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> -- @author Julien Danjou <julien@danjou.info>

View File

@ -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: -- Here is a more advanced example of how to extent the `taglist`. It provides:
-- --

View File

@ -1,5 +1,5 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Filesystem module for gears --- Filesystem module for gears.
-- --
-- @utillib gears.filesystem -- @utillib gears.filesystem
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Math module for gears --- Math module for gears.
-- --
-- @utillib gears.math -- @utillib gears.math
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- String module for gears --- String module for gears.
-- --
-- @utillib gears.string -- @utillib gears.string
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Table module for gears --- Table module for gears.
-- --
-- @utillib gears.table -- @utillib gears.table
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -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: -- List of menubar keybindings:
-- --- -- ---

View File

@ -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 -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter

View File

@ -1,5 +1,5 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- A calendar widget -- A calendar widget.
-- --
-- This module defines two widgets: a month calendar and a year calendar -- This module defines two widgets: a month calendar and a year calendar
-- --

View File

@ -19,7 +19,7 @@
* *
*/ */
/** awesome mousegrabber API /** awesome mousegrabber API.
* @author Julien Danjou <julien@danjou.info> * @author Julien Danjou <julien@danjou.info>
* @copyright 2008-2009 Julien Danjou * @copyright 2008-2009 Julien Danjou
* @coreclassmod mousegrabber * @coreclassmod mousegrabber

View File

@ -20,7 +20,7 @@
* *
*/ */
/** awesome drawable API /** awesome drawable API.
* *
* Furthermore to the classes described here, one can also use signals as * Furthermore to the classes described here, one can also use signals as
* described in @{signals}. * described in @{signals}.

View File

@ -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 * 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`: * current and future screens, use `awful.screen.connect_for_each_screen`:

2
root.c
View File

@ -19,7 +19,7 @@
* *
*/ */
/** awesome root window API /** awesome root window API.
* @author Julien Danjou <julien@danjou.info> * @author Julien Danjou <julien@danjou.info>
* @copyright 2008-2009 Julien Danjou * @copyright 2008-2009 Julien Danjou
* @coreclassmod root * @coreclassmod root