mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
Add "Description" field to module headers
Fixes: https://github.com/xmonad/xmonad-contrib/issues/592
This commit is contained in:
@@ -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".
|
||||
|
Reference in New Issue
Block a user