Add "Description" field to module headers

Fixes: https://github.com/xmonad/xmonad-contrib/issues/592
This commit is contained in:
slotThe
2021-09-25 12:25:59 +02:00
parent 4d1f76f7d8
commit 38c11c1e3c
292 changed files with 327 additions and 13 deletions

View File

@@ -2,6 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : XMonad.Layout.FixedColumn
-- Description : Like Tall, but split at a fixed column (or a window's smallest resize amount).
-- Copyright : (c) 2008 Justin Bogner <mail@justinbogner.com>
-- License : BSD3-style (as xmonad)
--