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

@@ -1,6 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : XMonad.Doc.Configuring
-- Description : Brief xmonad tutorial.
-- Copyright : (C) 2007 Don Stewart and Andrea Rossato
-- License : BSD3
--
@@ -8,8 +9,9 @@
-- Stability : unstable
-- Portability : portable
--
-- This is a brief tutorial that will teach you how to create a
-- basic xmonad configuration.
-- This is a brief tutorial that will teach you how to create a basic
-- xmonad configuration. For a more comprehensive tutorial, see the
-- <https://xmonad.org/TUTORIAL.html xmonad website>.
--
-- For more detailed instructions on extending xmonad with the
-- xmonad-contrib library, see "XMonad.Doc.Extending".